mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 20:49:16 +02:00
TAChart/ChartEditor demo: Fix bug in handling of axis.Inverted.
git-svn-id: trunk@65393 -
This commit is contained in:
parent
40f1059715
commit
5ef5288afe
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user