mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Amend 74133432d3 fix editor sidebar visibility
This commit is contained in:
parent
5d9d367cde
commit
ab2f22dcaa
1 changed files with 1 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ Editor::Editor ()
|
||||||
ebox_hpacker.show();
|
ebox_hpacker.show();
|
||||||
global_vpacker.show();
|
global_vpacker.show();
|
||||||
_bottom_hbox.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 */
|
/* register actions now so that set_state() can find them and set toggles/checks etc */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue