Commit 6010de03 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 26795 - Скрытие нескольких значений легенды при перемещении диаграммы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58596 954022d7-b5bf-4e40-9824-e11837661b57
parent 0e37e18a
......@@ -181,7 +181,8 @@ CTextBody.prototype =
}
}
if(this.parent && this.parent.parent && this.parent.parent.parent && this.parent.parent.parent.parent && this.parent.parent.parent.parent.parent && this.parent.parent.parent.parent.parent.handleUpdateInternalChart)
if(this.parent && this.parent.parent && this.parent.parent.parent && this.parent.parent.parent.parent
&& this.parent.parent.parent.parent.parent && this.parent.parent.parent.parent.parent.handleUpdateInternalChart && History && History.Is_On && History.Is_On())
{
this.parent.parent.parent.parent.parent.handleUpdateInternalChart();
}
......
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