Skip to content

Commit c1fd1b7

Browse files
committed
[qml] Shape/Editor: Remove ambiguity with variable model
1 parent b7e6a52 commit c1fd1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/Shapes/Editor/ShapeEditorItem.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Loader {
1717

1818
// Source component
1919
sourceComponent: {
20-
switch(model.type) {
20+
switch(itemLoader.model.type) {
2121
case "ShapeFile": return shapeFileComponent
2222
case "ShapeList": return shapeListAttributeComponent
2323
default: return shapeAttributeComponent

0 commit comments

Comments
 (0)