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.
userName
1 parent 509444c commit 3d1e28aCopy full SHA for 3d1e28a
meshroom/ui/qml/Shapes/Editor/Items/Utils/ItemHeader.qml
@@ -262,7 +262,7 @@ Pane {
262
return model.rootName
263
return model.label
264
}
265
- enabled: isAttribute && model.root && (model.root.type === "ShapeList")
+ enabled: isAttributeEnabled && model.root && (model.root.type === "ShapeList")
266
onEditingFinished: {
267
model.userName = text
268
focus = false
0 commit comments