From a5511818422c13ebc6f98cccf0996f821985cc67 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 21 May 2014 09:25:36 -0400 Subject: remove incorrect calls to Editor::maybe_autoscroll() from specific Drag classes (autoscroll is handled by the Drag manager) --- gtk2_ardour/editor_drag.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index bc0a7b8b97..0343773028 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -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); -- cgit v1.2.3