Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Wrong Drawing of ELCheckCtrl

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

Sign In or Register to comment.