mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Revert questionable change to NSTextView
This commit is contained in:
parent
842b0d8014
commit
52423a430c
1 changed files with 1 additions and 1 deletions
|
@ -5844,7 +5844,7 @@ other than copy/paste or dragging. */
|
|||
untilDate: [NSDate distantFuture]
|
||||
inMode: NSEventTrackingRunLoopMode
|
||||
dequeue: YES];
|
||||
} while ([currentEvent type] != NSLeftMouseUp && currentEvent != nil);
|
||||
} while ([currentEvent type] != NSLeftMouseUp);
|
||||
|
||||
if (gettingPeriodic)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue