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