Author: mlytwyn
Date: Tue Nov 11 17:53:30 2014
New Revision: 38166

URL: http://svn.gna.org/viewcvs/gnustep?rev=38166&view=rev
Log:
First attempt for fixes for new TableScript processing

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

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m?rev=38166&r1=38165&r2=38166&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     Tue Nov 
11 17:53:30 2014
@@ -4573,7 +4573,8 @@
 {
   NSRect frameRect;
 
-  [self numberOfRows];
+  _reloadNumberOfRows = YES;
+  [self _numberOfRows];
   
   if ((rowIndex < 0) ||
       (rowIndex > (_numberOfRows - 1)) ||


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to