]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
Copied from src/msw/gsocket.c revision 1.61
[wxWidgets.git] / src / gtk / combobox.cpp
index 2ddf6fcf952de835d301dc5fd95f43bcaf2678d0..acf403570b26e2d311fe1b1a4032098750122294 100644 (file)
@@ -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;
 }