Author: mlytwyn
Date: Mon Mar 20 16:00:48 2017
New Revision: 40405

URL: http://svn.gna.org/viewcvs/gnustep?rev=40405&view=rev
Log:
Draw table view background even if no items available

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/GSThemeDrawing.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/GSThemeDrawing.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/GSThemeDrawing.m?rev=40405&r1=40404&r2=40405&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSThemeDrawing.m  
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSThemeDrawing.m  Mon Mar 
20 16:00:48 2017
@@ -3024,6 +3024,7 @@
     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);
     


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to