mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Drag-selecting beyond visible document lacked refresh
This closes issue #297.
This commit is contained in:
@@ -2411,6 +2411,7 @@ static scope::context_t add_modifiers_to_scope (scope::context_t scope, NSUInteg
|
||||
|
||||
- (void)dragScrollTimerFired:(id)sender
|
||||
{
|
||||
AUTO_REFRESH;
|
||||
[self actOnMouseDragged:[NSApp currentEvent]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user