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

правка бага 21365 - Не выделяется диаграмма на листе при открытии docx файла

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50774 954022d7-b5bf-4e40-9824-e11837661b57
parent d929df8f
......@@ -1794,6 +1794,10 @@ function handleChart(paraDrawing, graphicObjects, x, y, e, pageIndex)
}
else
{
_hit = chart.parent.hit(x, y);
if(_hit)
{
graphicObjects.majorGraphicObject = chart.parent;
if(!(e.CtrlKey || e.ShiftKey))
{
var _common_selection_array = graphicObjects.selectionInfo.selectionArray;
......@@ -1836,6 +1840,7 @@ function handleChart(paraDrawing, graphicObjects, x, y, e, pageIndex)
return true;
}
}
}
return false;
}
......
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