--- gigedit/trunk/src/gigedit/paramedit.h 2018/12/09 20:14:46 3440 +++ gigedit/trunk/src/gigedit/paramedit.h 2018/12/09 20:48:18 3441 @@ -253,6 +253,7 @@ template void ChoiceEntry::set_choices(const char** texts, const T* values) { + combobox.remove_all(); for (int i = 0 ; texts[i] ; i++) { #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 24) || GTKMM_MAJOR_VERSION < 2 combobox.append_text(texts[i]);