Tweak editor bottom pane packing, never unpack the property box

This commit is contained in:
Robin Gareus 2025-08-19 14:03:10 +02:00 committed by Edgar Aichinger
parent 7d4350ab25
commit f59a512545
2 changed files with 19 additions and 18 deletions

View file

@ -537,6 +537,9 @@ Editor::Editor ()
_locations = new EditorLocations (*this);
_properties_box = new SelectionPropertiesBox ();
_bottom_hbox.pack_start (*_properties_box, true, true);
_properties_box->show ();
/* these are static location signals */
Location::start_changed.connect (*this, invalidator (*this), std::bind (&Editor::location_changed, this, _1), gui_context());