[GraphEditor] Base ChoiceParam model on attribute instead of description

This commit is contained in:
Candice Bentéjac 2024-08-09 14:47:28 +02:00
parent 720d565557
commit 39c51df065

View file

@ -506,7 +506,7 @@ RowLayout {
Flow {
Repeater {
id: checkbox_repeater
model: attribute.desc.values
model: attribute.values
delegate: CheckBox {
enabled: root.editable
text: modelData