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

Правка бага 22558 - сбрасывается селект текста на группе автофигур

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53133 954022d7-b5bf-4e40-9824-e11837661b57
parent 727baba3
......@@ -1167,14 +1167,6 @@ function handleSelectedObjectsGroupCursorType(graphicObjects, group, e, x, y, pa
hit = group.hitToHandle(t_x, t_y);
if(hit.hit)
{
for(i = 0; i < group.selectionInfo.selectionArray.length; ++i)
{
group.selectionInfo.selectionArray[i].deselect();
}
group.selectionInfo.selectionArray.length = 0;
graphicObjects.majorGraphicObject = group.parent;
graphicObjects.arrPreTrackObjects.length = 0;
if(hit.handleRotate === false)
{
var _card_direction = group.numberToCardDirection(hit.handleNum);
......
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