TAChart/ChartEditor demo: Fix bug in handling of axis.Inverted.

git-svn-id: trunk@65393 -
This commit is contained in:
wp 2021-07-07 08:02:48 +00:00
parent 40f1059715
commit 5ef5288afe

View File

@ -281,7 +281,7 @@ end;
procedure TChartAxisFrame.cbInvertedChange(Sender: TObject);
begin
FAxis.Inverted := not FAxis.Inverted;
FAxis.Inverted := cbInverted.Checked;
end;
procedure TChartAxisFrame.cbLabelsVisibleChange(Sender: TObject);