Minor fixes after last commit:
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Mar 2006 16:56:19 +0000 (16:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Mar 2006 16:56:19 +0000 (16:56 +0000)
commite3e78de1b8dedbbd20639c25114b0313b0000ca0
tree6a4af09e9346f787f5da799eef37a97f4499fe6d
parent27b436242eb0257ef471839961250bb3f184fafc
Minor fixes after last commit:
1. don't pass -1 to base class DoSetSize(), this is documented to not work
   under Win2k
2. instead, don't do anything at all if neither size nor position changed
3. only call DoGetSize() once instead of doing it in both if branches
4. added comment about 30000 returned by CB_GETDROPPEDCONTROLRECT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/choice.cpp