To have better support for themed and custom backgrounds for wxMSW wxComboCtrl, use...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 22 Mar 2011 09:56:40 +0000 (09:56 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 22 Mar 2011 09:56:40 +0000 (09:56 +0000)
commit9cb80f3fa331228864ebc13188a0168da36a4998
tree83cf75fb2b9f771deadb87f073177afec90f224e
parent3e4e0908a7c8217f87d1c7a521f590c1de3bc0f9
To have better support for themed and custom backgrounds for wxMSW wxComboCtrl, use WS_EX_COMPOSITED and wxBG_STYLE_ERASE instead of custom double-buffering (when made possible by the OS version)

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