rectLabel.SetRight(rect.GetRight());
}
- // THIS IS THE CULPRIT -- JACS
dc.DrawBitmap(bitmap, xBmp, yBmp, TRUE /* use mask */);
DoDrawLabel(
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
}
}