lcl: TreeView text position patch by Vladimir Zhirov (issue #0014778)

git-svn-id: trunk@22216 -
This commit is contained in:
paul 2009-10-18 06:38:35 +00:00
parent c19617c093
commit f6b8e564d0

View File

@ -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;