TAChart: Fix two variable name typos

git-svn-id: trunk@65021 -
This commit is contained in:
wp 2021-04-18 08:50:17 +00:00
parent 21890d5c7b
commit 64f8842557
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ type
end;
var
AxisTitleEditor: TLegendEditor;
LegendEditor: TLegendEditor;
implementation

View File

@ -49,7 +49,7 @@ type
end;
var
AxisTitleEditor: TTitleFootEditor;
TitleFootEditor: TTitleFootEditor;
implementation