mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Don't use the hand cursor in the action buttons by default.
Contributes to CURA-5784.
This commit is contained in:
parent
54518bdc82
commit
a277bd9f3b
2 changed files with 5 additions and 17 deletions
|
@ -68,6 +68,5 @@ Button
|
|||
anchors.fill: parent
|
||||
onPressed: mouse.accepted = false
|
||||
hoverEnabled: true
|
||||
cursorShape: button.enabled ? (hovered ? Qt.PointingHandCursor : Qt.ArrowCursor) : Qt.ForbiddenCursor
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue