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

правка бага 21957 - [CoEdit] Зависание приложения после выделения автофигуры...

правка бага 21957 - [CoEdit] Зависание приложения после выделения автофигуры ее копирования, удаления и передачи второму пользователю

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51588 954022d7-b5bf-4e40-9824-e11837661b57
parent c0afee0c
...@@ -503,6 +503,10 @@ CGeometry.prototype= ...@@ -503,6 +503,10 @@ CGeometry.prototype=
++count; ++count;
} }
w.WriteLong(count); w.WriteLong(count);
for(key in this.avLst)
{
w.WriteString2(key);
}
var gd_lst_info_count = this.gdLstInfo.length; var gd_lst_info_count = this.gdLstInfo.length;
Writer.WriteLong(gd_lst_info_count); Writer.WriteLong(gd_lst_info_count);
...@@ -531,10 +535,10 @@ CGeometry.prototype= ...@@ -531,10 +535,10 @@ CGeometry.prototype=
} }
WriteObjectLong(w, this.gdLst); WriteObjectLong(w, this.gdLst);
for(key in this.avLst) // for(key in this.avLst)
{ // {
w.WriteString2(key); // w.WriteString2(key);
} //}
var cnx_lst_count = this.cnxLstInfo.length; var cnx_lst_count = this.cnxLstInfo.length;
...@@ -667,8 +671,6 @@ CGeometry.prototype= ...@@ -667,8 +671,6 @@ CGeometry.prototype=
w.WriteString2(this.rectS.r); w.WriteString2(this.rectS.r);
w.WriteString2(this.rectS.b); w.WriteString2(this.rectS.b);
} }
// WriteObjectString(Writer, this.rectS);
//WriteObjectDouble(Writer, this.rect);
}, },
Read_FromBinary2: function(Reader) Read_FromBinary2: function(Reader)
...@@ -790,7 +792,7 @@ CGeometry.prototype= ...@@ -790,7 +792,7 @@ CGeometry.prototype=
this.rectS.r = r.GetString2(); this.rectS.r = r.GetString2();
this.rectS.b = r.GetString2(); this.rectS.b = r.GetString2();
} }
//this.rect = ReadObjectDouble(r); this.Init(5, 5);
}, },
AddAdj: function(name, formula, x, y, z) AddAdj: function(name, formula, x, y, z)
......
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