Changeset [89974796b195d14e0715aa040ebe646076278de5] by Alexander Ljungberg
March 28th, 2011 @ 06:33 PM
Fixed: table view's rectOfColumn: method returned a rect reduced by the intercell spacing. It should return the rect of the entire column. Fixed: when a column was selected the column selection colour would not cover the whole column. Fixed: in recent builds, table view header divider lines did not line up with body divider lines.
Ultimately, intercell spacing is only applied, as the name
implies, inside of cells. It is not applied in the header, nor at
the column or row level. Only data views inside of cells are
offset.
https://github.com/280north/cappuccino/commit/89974796b195d14e0715a...
Committed by Alexander Ljungberg
- M AppKit/CPTableHeaderView.j
- M AppKit/CPTableView.j
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.