mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 12:40:33 +02:00
lcl: TreeView text position patch by Vladimir Zhirov (issue #0014778)
git-svn-id: trunk@22216 -
This commit is contained in:
parent
c19617c093
commit
f6b8e564d0
@ -4510,7 +4510,7 @@ begin
|
||||
else
|
||||
begin
|
||||
Font.Color := Self.Font.Color;
|
||||
TextOut(x, TextY, Node.Text);
|
||||
TextOut(x + 1, TextY, Node.Text);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user