mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:10:48 +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
bd09833337
commit
b16ee73226
1 changed files with 1 additions and 1 deletions
|
@ -3774,7 +3774,7 @@ if (currentRow >= 0 && currentRow < _numberOfRows) \
|
||||||
[self _trackCellAtColumn: _clickedColumn
|
[self _trackCellAtColumn: _clickedColumn
|
||||||
row: _clickedRow
|
row: _clickedRow
|
||||||
withEvent: theEvent];
|
withEvent: theEvent];
|
||||||
didTrackCell = NO;
|
didTrackCell = YES;
|
||||||
|
|
||||||
if ([[cell class] prefersTrackingUntilMouseUp])
|
if ([[cell class] prefersTrackingUntilMouseUp])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue