Skip to content

Commit

Permalink
[GraphEditor] Base ChoiceParam model on attribute instead of descri…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
cbentejac committed Aug 9, 2024
1 parent 720d565 commit 39c51df
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 39c51df

Please sign in to comment.