Skip to content

Commit

Permalink
[ui] GraphEditor: Add support for editing DynamicChoiceParam
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-lty committed Jan 29, 2025
1 parent 5dc138a commit 79662d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ RowLayout {
case "PushButtonParam":
return pushButtonComponent
case "ChoiceParam":
case "DynamicChoiceParam":
return attribute.desc.exclusive ? comboBoxComponent : multiChoiceComponent
case "IntParam": return sliderComponent
case "FloatParam":
Expand Down

0 comments on commit 79662d0

Please sign in to comment.