X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af11388a6210ffc2d588ea852cea103511c50f08..86fdd27b451ec92f4573f125fec73c44421ee744:/utils/framelayout/src/newbmpbtn.cpp diff --git a/utils/framelayout/src/newbmpbtn.cpp b/utils/framelayout/src/newbmpbtn.cpp index 3f2efd9216..997820a60d 100644 --- a/utils/framelayout/src/newbmpbtn.cpp +++ b/utils/framelayout/src/newbmpbtn.cpp @@ -537,7 +537,7 @@ void wxNewBitmapButton::RenderLabelImage( wxBitmap*& destBmp, wxBitmap* srcBmp, if ( !isEnabled ){ -#ifdef __WXMSW // This is currently MSW specific +#ifdef __WXMSW__ // This is currently MSW specific greay_out_image_on_dc( destDc, destDim.x, destDim.y ); #else wxBrush checkerBrush( wxBitmap( (const char*)_gDisableImage,8,8) );