X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f40fdaa339e19bbdf60c9c065c82daae4ca77b36..786c4e23f5d91c319804b4204ebda023b959794c:/src/gtk/combobox.cpp diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index 2ddf6fcf95..acf403570b 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -773,6 +773,8 @@ wxSize wxComboBox::DoGetBestSize() const // empty combobox should have some reasonable default size too if ( ret.x < 100 ) ret.x = 100; + + CacheBestSize(ret); return ret; }