mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bug] fix bug 70463
This commit is contained in:
@ -8083,7 +8083,7 @@ BinaryChartReader.prototype.ReadCT_Legend = function (type, length, val) {
|
||||
val.txPr.setParent(val);
|
||||
}
|
||||
else if (c_oserct_legendALIGN === type) {
|
||||
val.setPos(this.stream.GetUChar())
|
||||
val.setAlign(this.stream.GetUChar())
|
||||
}
|
||||
else if (c_oserct_legendEXTLST === type) {
|
||||
var oNewVal;
|
||||
|
||||
Reference in New Issue
Block a user