WinCE fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-22 14:07:32 +00:00
parent 86d2c8099a
commit f8c10795d5
3 changed files with 6 additions and 2 deletions

View File

@@ -457,7 +457,7 @@ bool wxCheckBox::MSWOnDraw(WXDRAWITEMSTRUCT *item)
// to it without breaking backwards compatibility
// classic Win32 version -- this can be useful when we move this into
#if 0
#ifdef __WXWINCE__
UINT state = DFCS_BUTTONCHECK;
if ( !IsEnabled() )
state |= DFCS_INACTIVE;