ensure mixer shows a recently selected strip

This doesn't guarantee that is it the MOST recently selected strip
This commit is contained in:
Paul Davis 2017-01-28 11:46:04 +01:00
parent c5047ec431
commit 5a6ddb034e
1 changed files with 4 additions and 0 deletions

View File

@ -849,6 +849,10 @@ Mixer_UI::sync_treeview_from_presentation_info (PropertyChange const & what_chan
_selection.remove (*i);
}
}
if (!_selection.axes.empty()) {
move_stripable_into_view ((*_selection.axes.begin())->stripable());
}
}
redisplay_track_list ();