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

отдача правильной диаграммы при doubleClick

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56861 954022d7-b5bf-4e40-9824-e11837661b57
parent 3b2b7d6f
......@@ -974,7 +974,7 @@ CGraphicObjects.prototype =
{
if(false === this.document.Document_Is_SelectionLocked(changestype_Drawing_Props, {Type : changestype_2_Element_and_Type , Element : drawing, CheckType : changestype_Paragraph_Content} ))
{
editor.asc_fireCallback("asc_doubleClickOnChart", chart);
editor.asc_fireCallback("asc_doubleClickOnChart", this.getChartObject());
this.changeCurrentState(new NullState(this));
}
},
......
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