Remove cursorShapes for now

This commit is contained in:
fieldOfView 2015-12-01 15:35:00 +01:00
parent 139a88a189
commit 4d29fccb0b
8 changed files with 0 additions and 60 deletions

View file

@ -86,12 +86,6 @@ Rectangle {
UM.OutputDeviceManager.requestWriteToDevice(UM.OutputDeviceManager.activeDevice, Printer.jobName)
}
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
acceptedButtons: Qt.NoButton
}
style: ButtonStyle {
background: Rectangle {
//opacity: control.enabled ? 1.0 : 0.5
@ -133,12 +127,6 @@ Rectangle {
enabled: base.progress > 0.99 && base.activity == true
//iconSource: UM.Theme.icons[UM.OutputDeviceManager.activeDeviceIconName];
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
acceptedButtons: Qt.NoButton
}
style: ButtonStyle {
background: Rectangle {
id: deviceSelectionIcon