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:
@@ -2239,7 +2239,6 @@ void wxWin32Renderer::DrawCheckOrRadioButton(wxDC& dc,
|
|||||||
rectLabel.SetRight(rect.GetRight());
|
rectLabel.SetRight(rect.GetRight());
|
||||||
}
|
}
|
||||||
|
|
||||||
// THIS IS THE CULPRIT -- JACS
|
|
||||||
dc.DrawBitmap(bitmap, xBmp, yBmp, TRUE /* use mask */);
|
dc.DrawBitmap(bitmap, xBmp, yBmp, TRUE /* use mask */);
|
||||||
|
|
||||||
DoDrawLabel(
|
DoDrawLabel(
|
||||||
@@ -2291,13 +2290,11 @@ void wxWin32Renderer::DrawCheckButton(wxDC& dc,
|
|||||||
0); // no focus rect offset for checkboxes
|
0); // no focus rect offset for checkboxes
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
wxBitmap cbitmap(GetCheckBitmap(flags));
|
wxBitmap cbitmap(GetCheckBitmap(flags));
|
||||||
#if 1
|
|
||||||
DrawCheckOrRadioButton(dc, label,
|
DrawCheckOrRadioButton(dc, label,
|
||||||
cbitmap,
|
cbitmap,
|
||||||
rect, flags, align, indexAccel,
|
rect, flags, align, indexAccel,
|
||||||
0); // no focus rect offset for checkboxes
|
0); // no focus rect offset for checkboxes
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user