diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index c53bf953f8..e8f407ffa2 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -367,14 +367,6 @@ UM.MainWindow action: actions.open; MouseArea { anchors.fill: parent - onEntered: { - buttonTooltip.targetId = parent; - mouse.accepted = false; - } - onExited: { - buttonTooltip.targetId = undefined; - mouse.accepted = false; - } cursorShape: Qt.PointingHandCursor acceptedButtons: Qt.NoButton }