mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
log the event itself (by Fred)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40365 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2efe9de227
commit
3d777c81fe
1 changed files with 2 additions and 2 deletions
|
@ -2118,8 +2118,8 @@ See -runModalForWindow:
|
|||
NSDebugLLog(@"NSMotionEvent", @"Send move (%d) to %@",
|
||||
(int)type, window);
|
||||
else
|
||||
NSDebugLLog(@"NSEvent", @"Send NSEvent type: %d to %@",
|
||||
(int)type, window);
|
||||
NSDebugLLog(@"NSEvent", @"Send NSEvent type: %@ to %@",
|
||||
theEvent, window);
|
||||
if (window)
|
||||
[window sendEvent: theEvent];
|
||||
else if (type == NSRightMouseDown)
|
||||
|
|
Loading…
Reference in a new issue