Author: mlytwyn
Date: Tue Mar 15 19:57:01 2016
New Revision: 39548

URL: http://svn.gna.org/viewcvs/gnustep?rev=39548&view=rev
Log:
Force view to redraw on frame change

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

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSView.m?rev=39548&r1=39547&r2=39548&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSView.m  (original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSView.m  Tue Mar 15 
19:57:01 2016
@@ -1227,6 +1227,7 @@
         }
       [self resetCursorRects];
       [self resizeSubviewsWithOldSize: old_size];
+      [self setNeedsDisplay: YES];
       if (_post_frame_changes)
         {
           [nc postNotificationName: NSViewFrameDidChangeNotification


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

Reply via email to