We have to add follwing code to get correct drawing ob Background in some circumstances:
In TElCheckItem.Paint add following code:
Line 941 (after if Self is TElCheckBox then ...)
if (not Transparent) then
begin
Canvas.Brush.Color := Color;
Canvas.FillRect(ClientRect);
end;
Comments