Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e5af5 commit f24e98cCopy full SHA for f24e98c
1 file changed
plugins/Tools/RotateTool/RotateTool.qml
@@ -111,6 +111,7 @@ Item
111
112
checkable: true
113
114
+ // Property might be undefined when we're switching away from the RotateTool!
115
enabled: UM.Selection.selectionCount === 1 && UM.Controller.properties.getValue("SelectFaceSupported") === true
116
checked: UM.Controller.properties.getValue("SelectFaceToLayFlatMode")
117
onClicked: UM.Controller.setProperty("SelectFaceToLayFlatMode", checked)
0 commit comments