The Cocoa default is always to draw column lines, this wasn't being set in CPTableColumnView.

This commit is contained in:
Aparajita Fishman
2010-08-11 18:16:48 -05:00
committed by Randall Luecke
parent 567f54c9f9
commit a0bcae2404
+2
View File
@@ -36,6 +36,8 @@
_bounds.size.height = 23;
_frame.size.height = 23;
}
_drawsColumnLines = YES;
}
return self;