fpspreadsheet: Reset TChart.Proportional to false when a new chart is created (distorts axes after drawing a radar series).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9054 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-11-28 23:29:59 +00:00
parent e041a4109e
commit 22e45acc19
2 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,6 @@
<Linking> <Linking>
<Debugging> <Debugging>
<DebugInfoType Value="dsDwarf3"/> <DebugInfoType Value="dsDwarf3"/>
<UseHeaptrc Value="True"/>
</Debugging> </Debugging>
<Options> <Options>
<Win32> <Win32>

View File

@ -1462,6 +1462,7 @@ begin
ClearChart; ClearChart;
exit; exit;
end; end;
FChart.Proportional := false;
ch := GetWorkbookChart; ch := GetWorkbookChart;
UpdateChartBackground(ch); UpdateChartBackground(ch);