From ff09ef3f607c88c0607f8b92d98eea6d32a0b6ee Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 21 May 2014 09:25:36 -0400 Subject: [PATCH] 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(-) diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index b2bf96e4c7..a4a82e329f 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -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);