mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 23:20:56 +00:00
Mark for redisplay when selecting or deselecting the whole table.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24403 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3ed672d301
commit
91dccc4280
2 changed files with 7 additions and 0 deletions
|
@ -3045,6 +3045,7 @@ byExtendingSelection: (BOOL)flag
|
|||
[_selectedRows addIndexesInRange: NSMakeRange(0, _numberOfRows)];
|
||||
}
|
||||
|
||||
[self setNeedsDisplay: YES];
|
||||
[self _postSelectionDidChangeNotification];
|
||||
}
|
||||
|
||||
|
@ -3071,6 +3072,7 @@ byExtendingSelection: (BOOL)flag
|
|||
_selectedColumn = -1;
|
||||
_selectedRow = -1;
|
||||
_selectingColumns = NO;
|
||||
[self setNeedsDisplay: YES];
|
||||
[self _postSelectionDidChangeNotification];
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue