mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 16:20:42 +00:00
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:
parent
6adda710e5
commit
1c8a7e6f78
1 changed files with 2 additions and 1 deletions
|
@ -4573,7 +4573,8 @@ This method is deprecated, use -columnIndexesInRect:. */
|
||||||
{
|
{
|
||||||
NSRect frameRect;
|
NSRect frameRect;
|
||||||
|
|
||||||
[self numberOfRows];
|
_reloadNumberOfRows = YES;
|
||||||
|
[self _numberOfRows];
|
||||||
|
|
||||||
if ((rowIndex < 0) ||
|
if ((rowIndex < 0) ||
|
||||||
(rowIndex > (_numberOfRows - 1)) ||
|
(rowIndex > (_numberOfRows - 1)) ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue