Fix wxOwnerDrawnComboBox background on with classic theme.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 6 May 2012 13:10:34 +0000 (13:10 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 6 May 2012 13:10:34 +0000 (13:10 +0000)
commitb7f37d6d86b60de81c5aa153550c9a32db7558a8
tree44cc75abc9f6e6caa86e9bdf87179bcf7e4d24c8
parent25e3f0c69e5c2b921ce8c54faca15a5671d03237
Fix wxOwnerDrawnComboBox background on with classic theme.

In wxMSW, if the classic theme was used, read-only wxOwnerDrawnComboBox
had gray background, but native look should be the same for both
editable and read-only combo boxes: white text entry-like rectangle.

Apparently, a similar problem existed with non-classic themes too
before, as there was a workaround in place. Fixed by moving the
workaround into code used by both themed and classic rendering.

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