Commit 604ea621 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 24748 - Не отображается адрес ячейки в окне Chart Editor до клика по ячейке

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56804 954022d7-b5bf-4e40-9824-e11837661b57
parent c00fd440
...@@ -4294,8 +4294,13 @@ function DrawingObjects() { ...@@ -4294,8 +4294,13 @@ 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({r1: 0, r2: Math.max(worksheet.nRowsCount - 1, max_r), c1: 0, c2: Math.max(worksheet.nColsCount - 1, max_c)});
_this.showDrawingObjects(false); _this.showDrawingObjects(false);
_this.controller.selectObject(oNewChartSpace, 0);
_this.sendGraphicObjectProps();
History.TurnOn(); History.TurnOn();
window["Asc"]["editor"].ImageLoader.LoadDocumentImages(aImagesSync, null, function(){_this.showDrawingObjects(true)}); if(aImagesSync.length > 0)
{
window["Asc"]["editor"].ImageLoader.LoadDocumentImages(aImagesSync, null, function(){_this.showDrawingObjects(true)});
}
}); });
......
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