QmlDesigner: Block all mouse events in GradiantDialogPopup

Task-number: QDS-914
Change-Id: I08f9038caa947141ab202e2e5f3b00256abe8a21
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
Thomas Hartmann
2019-08-14 11:31:58 +02:00
parent ef2c3f4e30
commit 85cebb3cba

View File

@@ -68,6 +68,8 @@ Loader {
MouseArea {
anchors.fill: parent
onClicked: gradientDialogLoader.visible = false
preventStealing: true
hoverEnabled: true
}
Rectangle {
id: background