Commit 79b0f7ec authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

selection type c_oAscSelectionType.RangeShape в случае, когда выделено больше одной диаграммы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57445 954022d7-b5bf-4e40-9824-e11837661b57
parent 4f361580
......@@ -3791,7 +3791,7 @@ function DrawingObjects() {
}
if(selected_objects[0] )
{
if(selected_objects[0].getObjectType() === historyitem_type_ChartSpace)
if(selected_objects[0].getObjectType() === historyitem_type_ChartSpace && selected_objects.length === 1)
return c_oAscSelectionType.RangeChart;
if(selected_objects[0].getObjectType() === historyitem_type_ImageShape)
......
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