diff --git a/src/gtk/bmpcbox.cpp b/src/gtk/bmpcbox.cpp index 6cbf891530..4b42a746ab 100644 --- a/src/gtk/bmpcbox.cpp +++ b/src/gtk/bmpcbox.cpp @@ -288,6 +288,8 @@ void wxBitmapComboBox::WriteText(const wxString& value) { if ( GetEntry() ) wxComboBox::WriteText(value); + else + SetStringSelection(value); } wxString wxBitmapComboBox::GetValue() const