Skip to content

ev-view: fix ComboBoxText user selected item's logic

so that:

  • we don't force the first item as default, i.e. permit the user to dismiss the dialog without select any option.

  • detect when user didn't select any option or selected the already active option, as we also need to remove combobox in those cases. This both cases couldn't be detected with GtkComboBox "changed" signal, that's why we have to use "notify::popup-shown" for that.

Fixes issue #294 (closed)

Closes #294 (closed)

Merge request reports