mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 16:20:46 +00:00
Fix incorrect assignment in last commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29162 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f1f4f87395
commit
fbf8c3edb5
1 changed files with 1 additions and 1 deletions
|
@ -3774,7 +3774,7 @@ if (currentRow >= 0 && currentRow < _numberOfRows) \
|
|||
[self _trackCellAtColumn: _clickedColumn
|
||||
row: _clickedRow
|
||||
withEvent: theEvent];
|
||||
didTrackCell = NO;
|
||||
didTrackCell = YES;
|
||||
|
||||
if ([[cell class] prefersTrackingUntilMouseUp])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue