mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
ensure that most recently stripable is visible in editor
This commit is contained in:
parent
5ba85b0850
commit
c5047ec431
1 changed files with 1 additions and 0 deletions
|
|
@ -966,6 +966,7 @@ Editor::track_selection_changed ()
|
|||
* selected, because we always append to that list.
|
||||
*/
|
||||
set_selected_mixer_strip (*(selection->tracks.back()));
|
||||
ensure_time_axis_view_is_visible (*(selection->tracks.back()), false);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue