mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 04:01:16 +00:00
o fix in batchCount to use _displayedObjects instead of
_allObjects git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18352 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5ff9cd6492
commit
069f9722f4
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ static BOOL globalDefaultForValidatesChangesImmediately = NO;
|
||||||
batchCount=1;
|
batchCount=1;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
unsigned count = [_allObjects count];
|
unsigned count = [_displayedObjects count];
|
||||||
if(count==0)
|
if(count==0)
|
||||||
batchCount=1;
|
batchCount=1;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue