Drag-selecting beyond visible document lacked refresh

This closes issue #297.
This commit is contained in:
Allan Odgaard
2012-09-03 17:59:06 +02:00
parent 59b47e76f0
commit 709882fa53

View File

@@ -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]];
}