mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:41:12 +00:00
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:
parent
c5dea351d3
commit
81ca86ec71
1 changed files with 1 additions and 1 deletions
|
@ -2248,7 +2248,7 @@ byExtendingSelection: (BOOL)flag
|
|||
|
||||
/* Draw background */
|
||||
[_backgroundColor set];
|
||||
NSRectFill (_bounds);
|
||||
NSRectFill (aRect);
|
||||
|
||||
if ((_numberOfRows == 0) || (_numberOfColumns == 0))
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue