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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47629 954022d7-b5bf-4e40-9824-e11837661b57
parent 9e865e78
......@@ -3803,6 +3803,7 @@ function DrawingObjects() {
var obj = _this.createDrawingObject();
obj.id = generateId();
obj.graphicObject = graphic;
graphic.setDrawingBase(obj);
obj.graphicObject.select(_this.controller);
aObjects.push(obj);
_this.showDrawingObjects(false);
......@@ -3818,6 +3819,7 @@ function DrawingObjects() {
var obj = _this.createDrawingObject();
obj.id = generateId();
obj.graphicObject = aGraphics[i];
aGraphics[i].setDrawingBase(obj);
obj.graphicObject.select(_this.controller);
aSingleObjects.push(obj);
}
......
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