FPSpreadsheet: Fix occasionally missing axis labels in ods reading.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9483 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
c163481ff7
commit
6f5ac5dcf0
@ -826,7 +826,7 @@ begin
|
|||||||
|
|
||||||
s := GetAttrValue(AStyleNode, 'chart:axis-position');
|
s := GetAttrValue(AStyleNode, 'chart:axis-position');
|
||||||
case s of
|
case s of
|
||||||
'start':
|
'start', '0':
|
||||||
Axis.Position := capStart;
|
Axis.Position := capStart;
|
||||||
'end':
|
'end':
|
||||||
Axis.Position := capEnd;
|
Axis.Position := capEnd;
|
||||||
|
Loading…
Reference in New Issue
Block a user