TsTreeView – Access Violation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36220
    remsi
    Participant

    Hello,

    found a bug in sTreeView.pas (AC. Version 9.12):

    line 346 and following do:

    Code:
    RightNode := nil;
    SkinCustomDrawItem(Self, RightNode, [], cdPostPaint, b, :cool:;

    The call of SkinCustomDrawItem with RightNode = nil causes in line 155:

    Code:
    nRect := Node.DisplayRect(True);

    an exception.

    Greetings,

    Clemens

    #52257
    Support
    Keymaster

    Thank you for the message. Error will be fixed in the nearest release, I think.

    #52369
    remsi
    Participant

    Thank You for Fixing it!

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