(blind) compilation fix for wxUSE_UXTHEME==0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-06-09 19:36:20 +00:00
parent 063c96c1c5
commit ca1b8c1169

View File

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