Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-08-12 12:02:04 +0300
committerGhostkeeper <rubend@tutanota.com>2020-08-12 12:02:04 +0300
commit3de3d438a547ed70694684038241c38cfb4a8890 (patch)
tree27502936924938e6e2ea2672f0aefc7bb50cee6c /resources
parent4ecab892e54ae068c212ea867bb2c32abe65e9b9 (diff)
Prevent MouseArea from stealing mouse clicks
Possibly this is a problem if the tooltip is invisible. We're not sure yet how to reproduce that bug though. In any case, it's neater to not catch mouse events you don't need.
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/PrintSetupTooltip.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml
index 6b39842ec0..82210b5399 100644
--- a/resources/qml/PrintSetupTooltip.qml
+++ b/resources/qml/PrintSetupTooltip.qml
@@ -62,6 +62,7 @@ UM.PointingRectangle
MouseArea
{
anchors.fill: parent
+ acceptedButtons: Qt.NoButton
hoverEnabled: true
onHoveredChanged:
{