forked from qt-creator/qt-creator
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:
@@ -68,6 +68,8 @@ Loader {
|
|||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: gradientDialogLoader.visible = false
|
onClicked: gradientDialogLoader.visible = false
|
||||||
|
preventStealing: true
|
||||||
|
hoverEnabled: true
|
||||||
}
|
}
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: background
|
id: background
|
||||||
|
Reference in New Issue
Block a user