mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 21:59:22 +02:00
LCL: treeview: High-DPI: expand size fix typo
git-svn-id: trunk@54234 -
This commit is contained in:
parent
4f180ffb89
commit
44f6051d2f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user