Skip to content

Commit 3d1e28a

Browse files
committed
[qml] Shape/Editor: Fix userName with link attribute
1 parent 509444c commit 3d1e28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/Shapes/Editor/Items/Utils/ItemHeader.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Pane {
262262
return model.rootName
263263
return model.label
264264
}
265-
enabled: isAttribute && model.root && (model.root.type === "ShapeList")
265+
enabled: isAttributeEnabled && model.root && (model.root.type === "ShapeList")
266266
onEditingFinished: {
267267
model.userName = text
268268
focus = false

0 commit comments

Comments
 (0)