mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
Don't scroll-jump when selecting all tracks
This commit is contained in:
parent
85e3d2158e
commit
c8d6ddfd10
5 changed files with 15 additions and 2 deletions
|
|
@ -857,7 +857,7 @@ Mixer_UI::sync_treeview_from_presentation_info (PropertyChange const & what_chan
|
|||
}
|
||||
}
|
||||
|
||||
if (!_selection.axes.empty()) {
|
||||
if (!_selection.axes.empty() && !PublicEditor::instance().track_selection_change_without_scroll ()) {
|
||||
move_stripable_into_view ((*_selection.axes.begin())->stripable());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue