Skip to content

fix discrete index in qtDiscreteValueEditor

The enum value (string) for the default index is modified by appending "(Default)". The lookup for the position to insert in the combobox should be done before the string is modified.

Merge request reports