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
...@@ -2647,6 +2647,8 @@ function DrawingObjects() { ...@@ -2647,6 +2647,8 @@ function DrawingObjects() {
} }
} }
else else
{
if(History.CurPoint && History.CurPoint.Items.length > 0)
{ {
ExecuteNoHistory(function(){ ExecuteNoHistory(function(){
_this.controller.setGraphicObjectPropsCallBack(props); _this.controller.setGraphicObjectPropsCallBack(props);
...@@ -2654,6 +2656,7 @@ function DrawingObjects() { ...@@ -2654,6 +2656,7 @@ function DrawingObjects() {
_this.sendGraphicObjectProps(); _this.sendGraphicObjectProps();
}, this, []); }, this, []);
} }
}
// _this.controller.setGraphicObjectProps( objectProperties ); // _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