mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:37:38 +00:00
Tidied warning logs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5792 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
037d8637e3
commit
fff420f2ef
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Jan 16 8:57:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSWindow.m: Don't log DnD stuff unless NSDragging logging
|
||||
is requested using '--GNU-Debug=NSDragging'
|
||||
|
||||
Sat Jan 15 11:55:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSBrowser.m: Don't permit scrolling by negative values.
|
||||
|
|
|
@ -2040,7 +2040,8 @@ resetCursorRectsForView(NSView *theView)
|
|||
break;
|
||||
|
||||
case GSAppKitDraggingStatus:
|
||||
NSLog(@"Internal: dropped GSAppKitDraggingStatus event\n");
|
||||
NSDebugLLog(@"NSDragging",
|
||||
@"Internal: dropped GSAppKitDraggingStatus event");
|
||||
break;
|
||||
|
||||
case GSAppKitDraggingExit:
|
||||
|
@ -2089,7 +2090,8 @@ resetCursorRectsForView(NSView *theView)
|
|||
|
||||
case GSAppKitDraggingFinished:
|
||||
_lastDragView = nil;
|
||||
NSLog(@"Internal: dropped GSAppKitDraggingFinished event\n");
|
||||
NSDebugLLog(@"NSDragging",
|
||||
@"Internal: dropped GSAppKitDraggingFinished event");
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue