mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-24 19:30:42 +00:00
The Cocoa default is always to draw column lines, this wasn't being set in CPTableColumnView.
This commit is contained in:
committed by
Randall Luecke
parent
567f54c9f9
commit
a0bcae2404
@@ -36,6 +36,8 @@
|
||||
_bounds.size.height = 23;
|
||||
_frame.size.height = 23;
|
||||
}
|
||||
|
||||
_drawsColumnLines = YES;
|
||||
}
|
||||
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user