Skip to content

Commit af468d4

Browse files
committed
Fix reopening toolwindow after closing it by window manager
1 parent b00482e commit af468d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

resources/qml/SidebarStageMenu.qml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,11 @@ Item
317317
SidebarToolWindow
318318
{
319319
id: sidebarToolWindow
320+
onClosing:
321+
{
322+
// tool window is closed by window manager (not via our collapse button)
323+
UM.Preferences.setValue("view/settings_visible", false)
324+
stageMenu.settingsVisible = false
325+
}
320326
}
321327
}

0 commit comments

Comments
 (0)