summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-05-21 09:25:36 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-03 16:10:27 -0400
commita5511818422c13ebc6f98cccf0996f821985cc67 (patch)
tree1842bc1c0d9ee062d8d9023c1a2d55b8557e21dd /gtk2_ardour
parentda67cb92e944b0c837a05068c43969507f575a50 (diff)
remove incorrect calls to Editor::maybe_autoscroll() from specific Drag classes (autoscroll is handled by the Drag manager)
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_drag.cc4
1 files changed, 0 insertions, 4 deletions
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);