Commit 0a1fe380 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48572 954022d7-b5bf-4e40-9824-e11837661b57
parent a32a6c81
...@@ -2767,13 +2767,7 @@ function GroupState(drawingObjectsController, drawingObjects, group) ...@@ -2767,13 +2767,7 @@ function GroupState(drawingObjectsController, drawingObjects, group)
{ {
if(group_selected_objects[i].hitInBoundingRect(x, y)) if(group_selected_objects[i].hitInBoundingRect(x, y))
{ {
this.drawingObjectsController.clearPreTrackObjects(); return {objectId: this.group.Id, cursorType:"move"};
for(var j = 0; j < group_selected_objects.length; ++j)
{
this.drawingObjectsController.addPreTrackObject(group_selected_objects[j].createMoveInGroupTrack());
}
this.drawingObjectsController.changeCurrentState(new PreMoveInGroupState(this.drawingObjectsController, this.drawingObjects, this.group,
x, y, e.shiftKey, e.ctrlKey, group_selected_objects[i], true));
} }
} }
......
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