Skip to content

Commit 58c13aa

Browse files
committed
[ui] GraphEditor: Add support for editing DynamicChoiceParam
1 parent a8c54a4 commit 58c13aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ RowLayout {
208208
case "PushButtonParam":
209209
return pushButtonComponent
210210
case "ChoiceParam":
211+
case "DynamicChoiceParam":
211212
return attribute.desc.exclusive ? comboBoxComponent : multiChoiceComponent
212213
case "IntParam": return sliderComponent
213214
case "FloatParam":

0 commit comments

Comments
 (0)