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

Bug 30321 - [TextArt][CoEdit] JS ошибка "type" после изменения прозрачности у...

Bug 30321 - [TextArt][CoEdit] JS ошибка "type" после изменения прозрачности у символа и пробела, и последующей передачи изменений

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64699 954022d7-b5bf-4e40-9824-e11837661b57
parent 2a606145
......@@ -2648,11 +2648,14 @@ function DrawingObjects() {
}
else
{
if(History.CurPoint && History.CurPoint.Items.length > 0)
{
ExecuteNoHistory(function(){
_this.controller.setGraphicObjectPropsCallBack(props);
_this.controller.startRecalculate();
_this.sendGraphicObjectProps();
}, this, []);
}
}
// _this.controller.setGraphicObjectProps( objectProperties );
......
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