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]; r = [prev frame];
else else
{ {
NSLog(@"NSSplitView got mouseDown above top subview"); /* This happens if user pressed exactly on the top of the top subview */
r = NSZeroRect; // should not occur. goto RETURN_LABEL;
} }
if (v) if (v)
r1 = [v frame]; r1 = [v frame];
@ -138,8 +138,8 @@
r = [prev frame]; r = [prev frame];
else else
{ {
NSLog(@"NSSplitView got mouseDown before left subview"); /* This happens if user pressed exactly on the left of the left subview */
r = NSZeroRect; goto RETURN_LABEL;
} }
if (v) if (v)
r1 = [v frame]; r1 = [v frame];