diff --git a/containment/contents/ui/main.qml b/containment/contents/ui/main.qml index 4b1631d6c..fe5d2e2fe 100644 --- a/containment/contents/ui/main.qml +++ b/containment/contents/ui/main.qml @@ -465,6 +465,10 @@ DragDrop.DropArea { } onToolBoxChanged: { + if (toolBox) { + toolBox.visible = false; + } + containmentSizeSyncTimer.restart(); if (startupTimer.running) { startupTimer.restart();