mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Draw table view background even if no items available
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40405 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b086ff6ebe
commit
17fa46cdef
1 changed files with 1 additions and 0 deletions
|
@ -3024,6 +3024,7 @@ typedef enum {
|
|||
rowRect = [tableView rectOfRow: startingRow];
|
||||
rowRect.origin.x = aRect.origin.x;
|
||||
rowRect.size.width = aRect.size.width;
|
||||
rowRect.size.height = rowHeight;
|
||||
|
||||
endingRow = startingRow + ceil(aRect.size.height / rowHeight);
|
||||
|
||||
|
|
Loading…
Reference in a new issue