Skip to content

PaintTree MaximumBottom not remove BottomSpace #1281

@chinawsb

Description

@chinawsb

I use BottomSpace to manual draw footer, but in VirtualTrees.BaseTree.PaintTree:

MaximumBottom := Target.Y + (Window.Bottom - Window.Top);

I think this need remove BottomSpace like this:
MaximumBottom := Target.Y + (Window.Bottom - Window.Top-BottomSpace);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Repro Steps MissingA smple project is needed to reprodcue and analyze the issue. See our guidelines for opening issues!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions