Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f24e98c

Browse files
committed
Restore comment about property checking
CURA-12853
1 parent 36e5af5 commit f24e98c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/Tools/RotateTool/RotateTool.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Item
111111

112112
checkable: true
113113

114+
// Property might be undefined when we're switching away from the RotateTool!
114115
enabled: UM.Selection.selectionCount === 1 && UM.Controller.properties.getValue("SelectFaceSupported") === true
115116
checked: UM.Controller.properties.getValue("SelectFaceToLayFlatMode")
116117
onClicked: UM.Controller.setProperty("SelectFaceToLayFlatMode", checked)

0 commit comments

Comments
 (0)