Commit 91b4fa70 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 28286 - JS ошибка при отмене копирования текста в заголовке диаграммы (

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60622 954022d7-b5bf-4e40-9824-e11837661b57
parent 5ddc8745
......@@ -384,9 +384,12 @@ CChartSpace.prototype =
this.selection.dataLbl = state.dataLbl;
this.selection.textSelection = state.textSelection;
this.selection.plotArea = state.plotArea;
this.recalcInfo.recalcTitle = state.recalcTitle;
this.recalcInfo.bRecalculatedTitle = state.bRecalculatedTitle;
if(state.contentSelection)
if(isRealObject(state.recalcTitle))
{
this.recalcInfo.recalcTitle = state.recalcTitle;
this.recalcInfo.bRecalculatedTitle = state.bRecalculatedTitle;
}
if(state.contentSelection)
{
if(this.selection.textSelection)
{
......
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