First attempt for fixes for new TableScript processing

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38166 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2014-11-11 16:53:30 +00:00
parent 6adda710e5
commit 1c8a7e6f78

View file

@ -4573,7 +4573,8 @@ This method is deprecated, use -columnIndexesInRect:. */
{
NSRect frameRect;
[self numberOfRows];
_reloadNumberOfRows = YES;
[self _numberOfRows];
if ((rowIndex < 0) ||
(rowIndex > (_numberOfRows - 1)) ||