git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6252 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-03-10 12:41:25 +00:00
parent 6c34a19ddd
commit 9a2e06f513

View file

@ -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];