mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 05:57:04 +00:00
Previously shouldSelectTableColumn wasn't called in CPTableView and CPOutlineView. This PR resolves this issue, shouldSelectTableColumn is now called between selectionShouldChangeInTableView and tableViewSelectionIsChanging as in COCOA. Test app Tests/Manual/TableTest/DelegateSelectionTest/