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

поправил падение при открытии фрейма с диаграммой

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57317 954022d7-b5bf-4e40-9824-e11837661b57
parent 77f2ae4e
...@@ -2742,7 +2742,7 @@ function DrawingObjects() { ...@@ -2742,7 +2742,7 @@ function DrawingObjects() {
} }
} }
} }
worksheet._updateCellsRange({r1: 0, r2: Math.max(worksheet.nRowsCount - 1, max_r), c1: 0, c2: Math.max(worksheet.nColsCount - 1, max_c)}); worksheet._updateCellsRange(new asc_Range(0, 0, Math.max(worksheet.nColsCount - 1, max_c), Math.max(worksheet.nRowsCount - 1, max_r)));
_this.showDrawingObjects(false); _this.showDrawingObjects(false);
_this.controller.selectObject(oNewChartSpace, 0); _this.controller.selectObject(oNewChartSpace, 0);
_this.sendGraphicObjectProps(); _this.sendGraphicObjectProps();
......
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