aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-08-14 11:31:58 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-08-14 09:58:38 +0000
commit85cebb3cbaea1eff9d6ee84a518a44dbc62a3319 (patch)
tree0894d476abbcacf9136e1614f42903573375df26
parentef2c3f4e30e5854ff794ea49f0156673aa083ba6 (diff)
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>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml
index d206ad9b88..2373c32c64 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml
@@ -68,6 +68,8 @@ Loader {
MouseArea {
anchors.fill: parent
onClicked: gradientDialogLoader.visible = false
+ preventStealing: true
+ hoverEnabled: true
}
Rectangle {
id: background