Commit 014fdcd0 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

rightClick for group of shapes

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48186 954022d7-b5bf-4e40-9824-e11837661b57
parent ed7892d1
......@@ -4398,6 +4398,7 @@ function DrawingObjects() {
var group = _this.controller.createGroup(obj);
if ( group ) {
obj.graphicObject = group;
obj.setGraphicObjectCoords();
aObjects.push(obj);
_this.showDrawingObjects(false);
_this.selectGraphicObject();
......
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