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

Bug 26999 - [CoEdit] Остается контур Chart после его удаления другим пользователем

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59420 954022d7-b5bf-4e40-9824-e11837661b57
parent a81a1002
......@@ -1905,6 +1905,10 @@ Workbook.prototype.DeserializeHistory = function(aChanges, fCallback){
{
if(isRealObject(wsViews[i]) && isRealObject(wsViews[i].objectRender) && isRealObject(wsViews[i].objectRender.controller))
{
if ( wsViews[i].isChartAreaEditMode ) {
wsViews[i].isChartAreaEditMode = false;
wsViews[i].arrActiveChartsRanges = [];
}
wsViews[i].objectRender.controller.resetSelection();
}
}
......
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