Don't show trigger selection in Editor's bottom pane

This commit is contained in:
Robin Gareus 2025-09-09 00:21:13 +02:00
parent e4ef7fca8f
commit c32106600a
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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 ();