Don't use the hand cursor in the action buttons by default.

Contributes to CURA-5784.
This commit is contained in:
Diego Prado Gesto 2018-10-26 11:29:05 +02:00
parent 54518bdc82
commit a277bd9f3b
2 changed files with 5 additions and 17 deletions

View file

@ -68,6 +68,5 @@ Button
anchors.fill: parent
onPressed: mouse.accepted = false
hoverEnabled: true
cursorShape: button.enabled ? (hovered ? Qt.PointingHandCursor : Qt.ArrowCursor) : Qt.ForbiddenCursor
}
}