diff options
Diffstat (limited to 'components/InputDialog.qml')
| -rw-r--r-- | components/InputDialog.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/InputDialog.qml b/components/InputDialog.qml index 7cb37ef4..fd1c3e3d 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -46,6 +46,7 @@ Item { signal rejected() function open() { + inactiveOverlay.visible = true leftPanel.enabled = false middlePanel.enabled = false titleBar.enabled = false @@ -56,6 +57,7 @@ Item { } function close() { + inactiveOverlay.visible = false leftPanel.enabled = true middlePanel.enabled = true titleBar.enabled = true |
