Skip to content

Commit

Permalink
Merge pull request #2494 from alicevision/dev/dynamicChoiceParamUI
Browse files Browse the repository at this point in the history
[GraphEditor] Base `ChoiceParam` model on attribute instead of description
  • Loading branch information
fabiencastan authored Aug 12, 2024
2 parents 720d565 + 39c51df commit 5367948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ RowLayout {
Flow {
Repeater {
id: checkbox_repeater
model: attribute.desc.values
model: attribute.values
delegate: CheckBox {
enabled: root.editable
text: modelData
Expand Down

0 comments on commit 5367948

Please sign in to comment.