Closed hgonomeg closed 2 years ago
It was a matter of set_active
being called before set_model
- combobox had no data when the call to set_active
was attempted, which resulted in the function call taking no effect. Reordering these operations fixed it.
Tasks