From 00319468a6a14a872a92ece73b61b44163211896 Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Mon, 15 Jan 2024 16:20:56 +0100 Subject: [PATCH] QmlDesigner: Fix PopupDialog being obscured Fix the PopupDialog being obscured by detached views. Task-number: QDS-11657 Change-Id: Ifc0022159a65a110b6e7a25e442a41e3db692c14 Reviewed-by: Ali Kianian Reviewed-by: Reviewed-by: Qt CI Patch Build Bot Reviewed-by: Brook Cronin Reviewed-by: Thomas Hartmann --- .../imports/StudioControls/PopupDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/PopupDialog.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/PopupDialog.qml index 594e115639b..4da26cf4940 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/PopupDialog.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/PopupDialog.qml @@ -104,7 +104,7 @@ QtObject { return root.maximumHeight + (2 * window.margin) } visible: false - flags: Qt.FramelessWindowHint | Qt.Dialog + flags: Qt.FramelessWindowHint | Qt.Dialog | Qt.WindowStaysOnTopHint color: "transparent" onClosing: function (close) {