mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Add selectionPropertiesBox disposition for routes|regions|clips
This commit is contained in:
parent
ae56743b7d
commit
f4c70d2903
4 changed files with 50 additions and 31 deletions
|
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue