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.
model
1 parent b7e6a52 commit c1fd1b7Copy full SHA for c1fd1b7
meshroom/ui/qml/Shapes/Editor/ShapeEditorItem.qml
@@ -17,7 +17,7 @@ Loader {
17
18
// Source component
19
sourceComponent: {
20
- switch(model.type) {
+ switch(itemLoader.model.type) {
21
case "ShapeFile": return shapeFileComponent
22
case "ShapeList": return shapeListAttributeComponent
23
default: return shapeAttributeComponent
0 commit comments