mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Never unpack the selection-property-box
This is used to for all selection: route, plugins, time and region and slot selection. Only re-pack it with different expand option when the pianoroll is also visible
This commit is contained in:
parent
468f890a42
commit
7d4350ab25
1 changed files with 2 additions and 1 deletions
|
|
@ -1722,6 +1722,8 @@ Editor::region_selection_changed ()
|
|||
maybe_edit_region_in_bottom_pane (*rv);
|
||||
} else {
|
||||
Gtkmm2ext::container_clear (_bottom_hbox);
|
||||
_bottom_hbox.pack_start (*_properties_box, true, true);
|
||||
_properties_box->show ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1731,7 +1733,6 @@ Editor::maybe_edit_region_in_bottom_pane (RegionView& rv)
|
|||
Gtkmm2ext::container_clear (_bottom_hbox);
|
||||
|
||||
if (UIConfiguration::instance().get_region_edit_disposition() == Editing::NeverBottomPane) {
|
||||
/* Just the properties box. XXX does that make sense ? */
|
||||
_bottom_hbox.pack_start (*_properties_box, true, true);
|
||||
_properties_box->show ();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue