mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 11:27:45 +01:00
remove incorrect calls to Editor::maybe_autoscroll() from specific Drag classes (autoscroll is handled by the Drag manager)
This commit is contained in:
parent
dc96ea25d3
commit
ff09ef3f60
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue