From d7552cab9897db45bdf55c8ad487dcec3615dc74 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 31 Dec 2001 18:38:09 +0000 Subject: [PATCH] Removed debug comments git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/themes/win32.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/univ/themes/win32.cpp b/src/univ/themes/win32.cpp index 75adfec94e..657417a089 100644 --- a/src/univ/themes/win32.cpp +++ b/src/univ/themes/win32.cpp @@ -2239,7 +2239,6 @@ void wxWin32Renderer::DrawCheckOrRadioButton(wxDC& dc, rectLabel.SetRight(rect.GetRight()); } - // THIS IS THE CULPRIT -- JACS dc.DrawBitmap(bitmap, xBmp, yBmp, TRUE /* use mask */); DoDrawLabel( @@ -2291,13 +2290,11 @@ void wxWin32Renderer::DrawCheckButton(wxDC& dc, 0); // no focus rect offset for checkboxes else { - wxBitmap cbitmap(GetCheckBitmap(flags)); -#if 1 + wxBitmap cbitmap(GetCheckBitmap(flags)); DrawCheckOrRadioButton(dc, label, cbitmap, rect, flags, align, indexAccel, 0); // no focus rect offset for checkboxes -#endif } } -- 2.45.2