Redone (generic) wxComboCtrl background painting and handling. The 'actual' wxWindow...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 20 Mar 2011 10:59:22 +0000 (10:59 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 20 Mar 2011 10:59:22 +0000 (10:59 +0000)
commit10ba26777d58f8e7898182e5a98087ccac7ebedd
tree56f0d6ee8c8971c4f6c69a5ff6e0b7dd350bc884
parent80fdcdb90ef779185492dab676d461fc34933312
Redone (generic) wxComboCtrl background painting and handling. The 'actual' wxWindow background colour is now largely ignored and overridden to refer the text-area's background colour instead (as is usually the case with controls like this). Base 'transparent' background is now only painted when double-buffered rendering is required, and otherwise delegated to the system, as appropriate. This should significantly improve control's appearance and compliancy with GTK+ and OS X themes and custom backgrounds.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/combo.h
include/wx/generic/combo.h
src/common/combocmn.cpp
src/generic/combog.cpp