mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-15 23:21:28 +00:00
Fire selectionIsChanging when selecting column. closes #437
This commit is contained in:
@@ -1724,6 +1724,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
|
||||
|
||||
if (_allowsColumnSelection)
|
||||
{
|
||||
[self _noteSelectionIsChanging];
|
||||
if (modifierFlags & CPCommandKeyMask)
|
||||
{
|
||||
if ([self isColumnSelected:clickedColumn])
|
||||
|
||||
Reference in New Issue
Block a user