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

Bug 25144 - [CoEdit] Не пропадает ромашка 'Loading the changes' при передачи...

Bug 25144 - [CoEdit] Не пропадает ромашка 'Loading the changes' при передачи chart c измененным wrapping

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57078 954022d7-b5bf-4e40-9824-e11837661b57
parent 36083918
...@@ -5634,7 +5634,7 @@ ParaDrawing.prototype = ...@@ -5634,7 +5634,7 @@ ParaDrawing.prototype =
{ {
// Long : тип обтекания // Long : тип обтекания
this.DrawingType = Reader.GetLong(); this.DrawingType = Reader.GetLong();
this.updateWidthHeight(); //this.updateWidthHeight();
break; break;
} }
...@@ -5643,7 +5643,7 @@ ParaDrawing.prototype = ...@@ -5643,7 +5643,7 @@ ParaDrawing.prototype =
{ {
// Long : тип обтекания // Long : тип обтекания
this.wrappingType = Reader.GetLong(); this.wrappingType = Reader.GetLong();
this.updateWidthHeight(); //this.updateWidthHeight();
break; break;
} }
......
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