Commit 8158b62b authored by Sergey Luzyanin's avatar Sergey Luzyanin

поправлено падение при зацикливании презентации

parent 8e8fcf21
...@@ -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.Read_FromBinary(r); this.present = r.GetBool();
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