Author: dpsimons
Date: Thu Mar 12 02:13:03 2015
New Revision: 38402

URL: http://svn.gna.org/viewcvs/gnustep?rev=38402&view=rev
Log:
explicitly tell the session window to displayIfNeeded after each event to fix 
[#5384]

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSApplication.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSApplication.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSApplication.m?rev=38402&r1=38401&r2=38402&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSApplication.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSApplication.m   Thu Mar 
12 02:13:03 2015
@@ -1872,6 +1872,7 @@
          NSEventType   type = [_current_event type];
 
          [self sendEvent: _current_event];
+      [_session->window displayIfNeeded];
 
          // update (en/disable) the services menu's items
          if (type != NSPeriodic && type != NSMouseMoved)


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to