mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove cursorShapes for now
This commit is contained in:
parent
139a88a189
commit
4d29fccb0b
8 changed files with 0 additions and 60 deletions
|
|
@ -118,12 +118,6 @@ Rectangle
|
|||
checked: base.currentModeIndex == index
|
||||
onClicked: base.currentModeIndex = index
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
cursorShape: checked ? Qt.ArrowCursor : Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.NoButton
|
||||
}
|
||||
|
||||
style: ButtonStyle {
|
||||
background: Rectangle {
|
||||
border.color: control.checked ? UM.Theme.colors.toggle_checked_border :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue