mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Don't show trigger selection in Editor's bottom pane
This commit is contained in:
parent
e4ef7fca8f
commit
c32106600a
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ Editor::Editor ()
|
|||
_sections = new EditorSections (*this);
|
||||
_snapshots = new EditorSnapshots ();
|
||||
_locations = new EditorLocations (*this);
|
||||
_properties_box = new SelectionPropertiesBox ();
|
||||
_properties_box = new SelectionPropertiesBox (SelectionPropertiesBox::DispositionMask (SelectionPropertiesBox::ShowRegions | SelectionPropertiesBox::ShowRoutes));
|
||||
|
||||
_bottom_hbox.pack_start (*_properties_box, true, true);
|
||||
_properties_box->show ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue