Amend 74133432d3 fix editor sidebar visibility

This commit is contained in:
Robin Gareus 2025-09-10 01:46:11 +02:00
parent 5d9d367cde
commit ab2f22dcaa
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -645,7 +645,7 @@ Editor::Editor ()
ebox_hpacker.show();
global_vpacker.show();
_bottom_hbox.show();
_editor_list_vbox.show ();
_editor_list_vbox.show_all ();
/* register actions now so that set_state() can find them and set toggles/checks etc */