forked from qt-creator/qt-creator
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:
committed by
Henning Gründl
parent
e6c0c82ce8
commit
00319468a6
@@ -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) {
|
||||
|
Reference in New Issue
Block a user