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

Bug 23618 - [Charts] Не блокируются элементы меню при выделении диаграммы в группе

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57176 954022d7-b5bf-4e40-9824-e11837661b57
parent dba1c68d
...@@ -4736,6 +4736,10 @@ function CompareShapeProperties(shapeProp1, shapeProp2) ...@@ -4736,6 +4736,10 @@ function CompareShapeProperties(shapeProp1, shapeProp2)
{ {
_result_shape_prop.bFromChart = false; _result_shape_prop.bFromChart = false;
} }
else
{
_result_shape_prop.bFromChart = true;
}
return _result_shape_prop; return _result_shape_prop;
} }
......
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