Author: mlytwyn
Date: Thu Sep 10 20:12:10 2015
New Revision: 38980

URL: http://svn.gna.org/viewcvs/gnustep?rev=38980&view=rev
Log:
Cleanup and surround code with defines for later reuse

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=38980&r1=38979&r2=38980&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSView.m  (original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSView.m  Thu Sep 10 
20:12:10 2015
@@ -2617,8 +2617,7 @@
       [self drawRect: aRect];
       [self unlockFocusNeedsFlush: flush];
 #if !defined(USE_INVALID_RECT_CLEANUP)
-      if (_rFlags.has_subviews == YES)
-        _rFlags.needs_display = NO;
+      _rFlags.needs_display = NO;
 #endif
     }
 


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

Reply via email to