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 dc96ea25d3
commit ff09ef3f60

View file

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