Commit aa0e62b6 authored by Sergey Luzyanin's avatar Sergey Luzyanin

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

This reverts commit fe4ff24e.
parent 55abda42
...@@ -286,7 +286,7 @@ CShowPr.prototype.Read_FromBinary = function(r){ ...@@ -286,7 +286,7 @@ CShowPr.prototype.Read_FromBinary = function(r){
this.penClr = new AscFormat.CUniColor(); this.penClr = new AscFormat.CUniColor();
this.penClr.Read_FromBinary(r); this.penClr.Read_FromBinary(r);
} }
this.present = r.GetBool(); this.present = r.Read_FromBinary(r);
if(Flags & 16){ if(Flags & 16){
this.show = {}; this.show = {};
this.show.showAll = r.GetBool(); 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