Show properties of most recently selected strip
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user