Don't scroll-jump when selecting all tracks

This commit is contained in:
Robin Gareus 2017-02-18 01:25:13 +01:00
parent 85e3d2158e
commit c8d6ddfd10
5 changed files with 15 additions and 2 deletions

View file

@ -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());
}
}