mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
correction to remove warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12524 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a359ad7c09
commit
c85735d0ca
1 changed files with 1 additions and 1 deletions
|
@ -4267,7 +4267,7 @@ byExtendingSelection: (BOOL)flag
|
|||
NSEvent *lastEvent;
|
||||
NSSet *_oldSelectedRows;
|
||||
id delegateIfItTakesPart;
|
||||
BOOL mouseUp;
|
||||
BOOL mouseUp = NO;
|
||||
BOOL done = NO;
|
||||
NSRect visibleRect = [self convertRect: [self visibleRect]
|
||||
toView: nil];
|
||||
|
|
Loading…
Reference in a new issue