wxWidgets/samples/aui
Vadim Zeitlin 0772a89875 Ensure that setting wxChoice height to its default value does set it.
Setting wxChoice height to its default value didn't change the height even if
the current height was different from the default. This resulted in problems
when a wxChoice was used inside a wxAuiToolBar because AUI temporarily reduces
the toolbar size to (1, 1) when docking it (thus ensuring that the height of
wxChoice is changed too) and generally didn't make sense.

Fix this by resetting the height to the default value if the value passed to
wxChoice::SetSize() is what it considers to be its default height.

Add a unit test for this bug and also add a wxChoice to AUI sample to allow
testing for wxChoice behaviour inside a wxAuiToolBar being [un]docked.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-03-18 15:07:39 +00:00
..
auidemo_vc7.vcproj Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
auidemo_vc8.vcproj Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
auidemo_vc9.vcproj Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
auidemo.bkl
auidemo.cpp Ensure that setting wxChoice height to its default value does set it. 2010-03-18 15:07:39 +00:00
auidemo.dsp Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
descrip.mms Committing in . 2006-06-16 07:20:31 +00:00
makefile.bcc Rebake. 2010-01-09 19:56:18 +00:00
makefile.gcc Rebake. 2010-01-09 19:56:18 +00:00
Makefile.in Rebake. 2010-01-09 19:56:18 +00:00
makefile.unx Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
makefile.vc Use X64 machine type for MSVC linker instead of old AMD64. 2009-12-08 16:36:37 +00:00
makefile.wat Rebake. 2010-01-09 19:56:18 +00:00