mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
ensure mixer shows a recently selected strip
This doesn't guarantee that is it the MOST recently selected strip
This commit is contained in:
parent
c5047ec431
commit
5a6ddb034e
1 changed files with 4 additions and 0 deletions
|
|
@ -849,6 +849,10 @@ Mixer_UI::sync_treeview_from_presentation_info (PropertyChange const & what_chan
|
||||||
_selection.remove (*i);
|
_selection.remove (*i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!_selection.axes.empty()) {
|
||||||
|
move_stripable_into_view ((*_selection.axes.begin())->stripable());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
redisplay_track_list ();
|
redisplay_track_list ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue