Reverted wxChoice size fix due to problems in W2K and below

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-03-30 09:21:11 +00:00
parent ccd34c944d
commit d4445d24d3
2 changed files with 40 additions and 22 deletions

View File

@@ -155,7 +155,7 @@ wxMSW:
- wxDisplay doesn't require multimon.h now and is enabled by default (Olly Betts).
- Fixed wxChoice/wxComboBox slow appending and infinite recursion
if its size is set within a paint handler (for example when embedded in a
wxHtmlWindow).
wxHtmlWindow). [Now reverted due to problems in W2K and below.]
wxGTK: