mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Amend 004f93a429: fix bottom attachment state
This commit is contained in:
parent
6f3e461356
commit
9d0688fbd4
1 changed files with 1 additions and 1 deletions
|
|
@ -2258,8 +2258,8 @@ Editor::set_state (const XMLNode& node, int version)
|
|||
show_editor_list_action->set_active (yn);
|
||||
|
||||
yn = false;
|
||||
show_editor_props_action->set_active (yn);
|
||||
node.get_property ("show-editor-props", yn);
|
||||
show_editor_props_action->set_active (yn);
|
||||
|
||||
guint index;
|
||||
if (node.get_property (X_("editor-list-btn1"), index)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue