mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[GraphEditor] Base ChoiceParam
model on attribute instead of description
This commit is contained in:
parent
720d565557
commit
39c51df065
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ RowLayout {
|
|||
Flow {
|
||||
Repeater {
|
||||
id: checkbox_repeater
|
||||
model: attribute.desc.values
|
||||
model: attribute.values
|
||||
delegate: CheckBox {
|
||||
enabled: root.editable
|
||||
text: modelData
|
||||
|
|
Loading…
Add table
Reference in a new issue