Removed debug comments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-12-31 18:38:09 +00:00
parent af6e3af656
commit d7552cab98

View File

@@ -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
}
}