13
0

remove incorrect calls to Editor::maybe_autoscroll() from specific Drag classes (autoscroll is handled by the Drag manager)

This commit is contained in:
Paul Davis 2014-05-21 09:25:36 -04:00
parent da67cb92e9
commit a551181842

View File

@ -3996,8 +3996,6 @@ SelectionDrag::motion (GdkEvent* event, bool first_move)
break;
}
_editor->maybe_autoscroll (true, false, false);
if (start != end) {
switch (_operation) {
case SelectionMove:
@ -4185,8 +4183,6 @@ RangeMarkerBarDrag::motion (GdkEvent* event, bool first_move)
}
}
_editor->maybe_autoscroll (true, false, false);
if (start != end) {
_editor->temp_location->set (start, end);