Show properties of most recently selected strip

This commit is contained in:
Robin Gareus 2025-03-14 23:29:38 +01:00
parent c2df0bd236
commit a83f28231f
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -148,7 +148,7 @@ SelectionPropertiesBox::selection_changed ()
bool show_route_properties = false;
if (!selection.tracks.empty ()) {
TimeAxisView *tav = selection.tracks.front ();
TimeAxisView *tav = selection.tracks.back (); //the LAST selected stripable is the clicked one. see selection.cc line ~92
RouteTimeAxisView *rtav = dynamic_cast<RouteTimeAxisView *>(tav);
if (rtav) {
_route_prop_box->set_route (rtav->route());