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

@ -41,7 +41,6 @@ Item {
//just catch the click so we do not trigger that behaviour.
MouseArea {
anchors.fill: parent;
cursorShape: Qt.PointingHandCursor
onClicked: {
parent.checked ? UM.Controller.setActiveTool(null) : UM.Controller.setActiveTool(model.id);
//base.activeY = parent.y