mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:30:38 +00:00
Bugfix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6252 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c34a19ddd
commit
9a2e06f513
1 changed files with 4 additions and 4 deletions
|
@ -115,8 +115,8 @@
|
|||
r = [prev frame];
|
||||
else
|
||||
{
|
||||
NSLog(@"NSSplitView got mouseDown above top subview");
|
||||
r = NSZeroRect; // should not occur.
|
||||
/* This happens if user pressed exactly on the top of the top subview */
|
||||
goto RETURN_LABEL;
|
||||
}
|
||||
if (v)
|
||||
r1 = [v frame];
|
||||
|
@ -138,8 +138,8 @@
|
|||
r = [prev frame];
|
||||
else
|
||||
{
|
||||
NSLog(@"NSSplitView got mouseDown before left subview");
|
||||
r = NSZeroRect;
|
||||
/* This happens if user pressed exactly on the left of the left subview */
|
||||
goto RETURN_LABEL;
|
||||
}
|
||||
if (v)
|
||||
r1 = [v frame];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue