Add selectionPropertiesBox disposition for routes|regions|clips

This commit is contained in:
Robin Gareus 2025-07-16 22:07:24 +02:00
parent ae56743b7d
commit f4c70d2903
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 50 additions and 31 deletions

View file

@ -1740,10 +1740,8 @@ Editor::region_selection_changed ()
_pianoroll->contents().show_all ();
_properties_box->show ();
} else {
if (!selection->regions.empty()) {
_bottom_hbox.pack_start(*_properties_box, true, true);
_properties_box->show ();
}
_bottom_hbox.pack_start(*_properties_box, true, true);
_properties_box->show ();
}
}