Commit 68d1a879 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка бага 21059 - [Copy&Paste] Остается рамка выделения группы, после cut&paste автофигур из нее

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50777 954022d7-b5bf-4e40-9824-e11837661b57
parent c6bea51b
......@@ -2847,6 +2847,12 @@ CGraphicObjects.prototype = {
{
selected_objects.push(group.selectedObjects[i]);
}
if(selected_objects.length === group.arrGraphicObjects.length)
{
this.slide.removeSelectedObjects();
break;
}
group.resetSelection();
var groups = [];
for(i = 0; i < selected_objects.length; ++i)
......
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