projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
TRUE/FALSE/etc. cleanup in the *.in files, regenerated the .h and .cpp
[wxWidgets.git]
/
src
/
gtk
/
choice.cpp
diff --git
a/src/gtk/choice.cpp
b/src/gtk/choice.cpp
index 28d895dd2e1dc9b27b7836c66f01909e1260926b..4bef419b40e38abd9a46a89faf4c5eca00fed345 100644
(file)
--- a/
src/gtk/choice.cpp
+++ b/
src/gtk/choice.cpp
@@
-564,6
+564,7
@@
wxSize wxChoice::DoGetBestSize() const
if (ret.y <= 18)
ret.y = 8 + GetCharHeight();
+ CacheBestSize(ret);
return ret;
}