Commit 33d93dce authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка бага 22068 - [CoEdit] Автофигуры типа "lines" приходят без...

правка бага 22068 - [CoEdit] Автофигуры типа "lines" приходят без наконечников, после смены на них другой автофигуры

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51758 954022d7-b5bf-4e40-9824-e11837661b57
parent 691214d9
...@@ -2570,7 +2570,6 @@ WordShape.prototype = ...@@ -2570,7 +2570,6 @@ WordShape.prototype =
this.spPr.ln = _new_line; this.spPr.ln = _new_line;
this.calculateLine(); this.calculateLine();
} }
historyData.old_geometryPreset = isRealObject(this.spPr.geometry) ? this.spPr.geometry.preset : null; historyData.old_geometryPreset = isRealObject(this.spPr.geometry) ? this.spPr.geometry.preset : null;
historyData.new_geometryPreset = _final_preset; historyData.new_geometryPreset = _final_preset;
...@@ -5483,6 +5482,7 @@ WordShape.prototype = ...@@ -5483,6 +5482,7 @@ WordShape.prototype =
{ {
this.spPr.ln = new CLn(); this.spPr.ln = new CLn();
this.spPr.ln.Read_FromBinary2(reader); this.spPr.ln.Read_FromBinary2(reader);
this.calculateLine();
} }
this.spPr.geometry = CreateGeometry(reader.GetString2()); this.spPr.geometry = CreateGeometry(reader.GetString2());
this.spPr.geometry.Init(100, 100); this.spPr.geometry.Init(100, 100);
......
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