]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
Checkbox needs an extra pixel in height on WinCE
[wxWidgets.git] / src / gtk / choice.cpp
index 28d895dd2e1dc9b27b7836c66f01909e1260926b..4bef419b40e38abd9a46a89faf4c5eca00fed345 100644 (file)
@@ -564,6 +564,7 @@ wxSize wxChoice::DoGetBestSize() const
     if (ret.y <= 18)
         ret.y = 8 + GetCharHeight();
 
+    CacheBestSize(ret);
     return ret;
 }