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:
Wolfgang Lux 2009-12-22 23:27:56 +00:00
parent f1f4f87395
commit fbf8c3edb5

View file

@ -3774,7 +3774,7 @@ if (currentRow >= 0 && currentRow < _numberOfRows) \
[self _trackCellAtColumn: _clickedColumn
row: _clickedRow
withEvent: theEvent];
didTrackCell = NO;
didTrackCell = YES;
if ([[cell class] prefersTrackingUntilMouseUp])
{