mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 01:42:19 +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
|
else
|
||||||
begin
|
begin
|
||||||
Font.Color := Self.Font.Color;
|
Font.Color := Self.Font.Color;
|
||||||
TextOut(x, TextY, Node.Text);
|
TextOut(x + 1, TextY, Node.Text);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user