[bug] fix bug 70463

This commit is contained in:
Sergey Luzyanin
2024-09-30 17:05:39 +03:00
parent 62ec8bfc16
commit b77ca34acd

View File

@ -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;