mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +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
Add a link
Reference in a new issue