Refactor wxRendererXP button drawing methods.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:56:52 +0000 (22:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:56:52 +0000 (22:56 +0000)
commit6c9aaf7d0cf5d42e2e5d7383c1bf7ce2e51fc6af
tree8bb19ac2b00d73028092bda6db4832ace516685b
parent081b33427e1a1b309a14624108ca79bfdbfa7913
Refactor wxRendererXP button drawing methods.

Avoid code duplication in wxRendererXP as well and fix a bug in
DrawRadioBitmap() which incorrectly drew it in hot state when it was disabled
but wxCONTROL_CURRENT was specified.

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