Commit fe4ff24e authored by Sergey Luzyanin's avatar Sergey Luzyanin

поправлено падение

parent 65a98faf
......@@ -286,7 +286,7 @@ CShowPr.prototype.Read_FromBinary = function(r){
this.penClr = new AscFormat.CUniColor();
this.penClr.Read_FromBinary(r);
}
this.present = r.Read_FromBinary(r);
this.present = r.GetBool();
if(Flags & 16){
this.show = {};
this.show.showAll = r.GetBool();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment