LCL: treeview: High-DPI: expand size fix typo

git-svn-id: trunk@54234 -
This commit is contained in:
ondrej 2017-02-21 18:45:04 +00:00
parent 4f180ffb89
commit 44f6051d2f

View File

@ -5124,7 +5124,7 @@ var
PaintImages: boolean;
OverlayIndex: Integer;
begin
RealExpandSignSize := RealExpandSignSize;
RealExpandSignSize := GetRealExpandSignSize;
NodeRect := Node.DisplayRect(False);
if (NodeRect.Bottom < 0) or (NodeRect.Top >= ClientHeight) then
Exit;