From 39c51df065aa7c974c050afea9a6710037af437b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Fri, 9 Aug 2024 14:47:28 +0200 Subject: [PATCH] [GraphEditor] Base `ChoiceParam` model on attribute instead of description --- meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml b/meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml index b0567a4268..5dce79d2c4 100644 --- a/meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml +++ b/meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml @@ -506,7 +506,7 @@ RowLayout { Flow { Repeater { id: checkbox_repeater - model: attribute.desc.values + model: attribute.values delegate: CheckBox { enabled: root.editable text: modelData