]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/themes/win32.cpp
Ehm... fixed my comment about DJGPP to say what I wanted it to say
[wxWidgets.git] / src / univ / themes / win32.cpp
index 3de3e524150274de0fb6a7c7d7a893207772a777..75adfec94e38d99d608941fff44daf3f1124dab4 100644 (file)
@@ -2239,6 +2239,7 @@ void wxWin32Renderer::DrawCheckOrRadioButton(wxDC& dc,
         rectLabel.SetRight(rect.GetRight());
     }
 
+    // THIS IS THE CULPRIT -- JACS
     dc.DrawBitmap(bitmap, xBmp, yBmp, TRUE /* use mask */);
 
     DoDrawLabel(
@@ -2291,10 +2292,12 @@ void wxWin32Renderer::DrawCheckButton(wxDC& dc,
     else
     {
        wxBitmap cbitmap(GetCheckBitmap(flags));
+#if 1
         DrawCheckOrRadioButton(dc, label,
                              cbitmap,
                              rect, flags, align, indexAccel,
                               0); // no focus rect offset for checkboxes
+#endif
     }
 }