rectLabel.SetRight(rect.GetRight());
}
+ // THIS IS THE CULPRIT -- JACS
dc.DrawBitmap(bitmap, xBmp, yBmp, TRUE /* use mask */);
DoDrawLabel(
else
{
wxBitmap cbitmap(GetCheckBitmap(flags));
+#if 1
DrawCheckOrRadioButton(dc, label,
cbitmap,
rect, flags, align, indexAccel,
0); // no focus rect offset for checkboxes
+#endif
}
}