You've already forked lazarus-ccr
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:
@ -65,7 +65,6 @@
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<DebugInfoType Value="dsDwarf3"/>
|
||||
<UseHeaptrc Value="True"/>
|
||||
</Debugging>
|
||||
<Options>
|
||||
<Win32>
|
||||
|
@ -1462,6 +1462,7 @@ begin
|
||||
ClearChart;
|
||||
exit;
|
||||
end;
|
||||
FChart.Proportional := false;
|
||||
|
||||
ch := GetWorkbookChart;
|
||||
UpdateChartBackground(ch);
|
||||
|
Reference in New Issue
Block a user