sListView display problem introduced in AC 10.21

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36770
    cypheros
    Participant

    In 10.21 sListView renders the first column with wrong background color. See attached image.

    Sample application is attached, too.

    There are only two lines changed from version 10.20 to 10.21. These lines are responsible for the problems:

    (2097) Canvas.Brush.Color := Bmp.Canvas.Brush.Color;

    (2098) Canvas.Font.Color := Font.Color;

    Hope this will be fixed soon. As a hotfix I removed line 2097 and it looks OK now. But I guess you inserted the two lines for a reason.

    #54409
    egorea1999
    Participant
    'cypheros' wrote:

    In 10.21 sListView renders the first column with wrong background color. See attached image.

    Sample application is attached, too.

    There are only two lines changed from version 10.20 to 10.21. These lines are responsible for the problems:

    (2097) Canvas.Brush.Color := Bmp.Canvas.Brush.Color;

    (2098) Canvas.Font.Color := Font.Color;

    Hope this will be fixed soon. As a hotfix I removed line 2097 and it looks OK now. But I guess you inserted the two lines for a reason.

    Where you delete line (2097)?

    #54411
    Support
    Keymaster

    cypheros, you are right, you can comment these lines temporary.

    This issue will be solved at the nearest days.

    #54432
    cypheros
    Participant
    'egorea1999' wrote:

    Where you delete line (2097)?

    sListView.pas

    #54467
    Support
    Keymaster

    Hello!

    Have you tried the v10.22 already? This issue must solved there.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.