Little speedup of drawing table background

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7354 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-09-03 19:23:28 +00:00
parent c5dea351d3
commit 81ca86ec71

View file

@ -2248,7 +2248,7 @@ byExtendingSelection: (BOOL)flag
/* Draw background */
[_backgroundColor set];
NSRectFill (_bounds);
NSRectFill (aRect);
if ((_numberOfRows == 0) || (_numberOfColumns == 0))
return;