Skip to content

Fix TaurusValueComboBox does not show set value

Carlos Falcon requested to merge github/fork/cmft/FixTaurusValueComboBox into develop

When a TaurusValueComboBox widget is initialized it does not show the set value.

The setValue method does not find the given value since it saves internally as string. Fix it doing a cast.

Update by @CPascual : It is more likely related to this

Merge request reports

Loading