Amend 004f93a429: fix bottom attachment state

This commit is contained in:
Robin Gareus
2025-07-31 23:35:43 +02:00
parent 6f3e461356
commit 9d0688fbd4

View File

@@ -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)) {