QmlDesigner: Fix PopupDialog being obscured

Fix the PopupDialog being obscured by detached views.

Task-number: QDS-11657
Change-Id: Ifc0022159a65a110b6e7a25e442a41e3db692c14
Reviewed-by: Ali Kianian <ali.kianian@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2024-01-15 16:20:56 +01:00
committed by Henning Gründl
parent e6c0c82ce8
commit 00319468a6

View File

@@ -104,7 +104,7 @@ QtObject {
return root.maximumHeight + (2 * window.margin) return root.maximumHeight + (2 * window.margin)
} }
visible: false visible: false
flags: Qt.FramelessWindowHint | Qt.Dialog flags: Qt.FramelessWindowHint | Qt.Dialog | Qt.WindowStaysOnTopHint
color: "transparent" color: "transparent"
onClosing: function (close) { onClosing: function (close) {