Fix for grid lines not being drawn in the headers of table columns which were not originally exposed.

This commit is contained in:
Randall Luecke
2011-03-28 21:10:59 -04:00
parent d68d84cfdf
commit de08addfa1
+1
View File
@@ -342,6 +342,7 @@
[_contentView setFrame:contentFrame];
[_headerClipView setFrame:headerClipViewFrame];
[[_headerClipView documentView] setNeedsDisplay:YES];
[_cornerView setFrame:[self _cornerViewFrame]];
[[self bottomCornerView] setFrame:[self _bottomCornerViewFrame]];