Commit d2e39a4b authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Сброс скролла в 0.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59202 954022d7-b5bf-4e40-9824-e11837661b57
parent abab79ed
......@@ -2921,8 +2921,8 @@ function DrawingObjects() {
oNewChartSpace.spPr.xfrm.setOffY(pos_y);
oNewChartSpace.checkDrawingBaseCoords();
oNewChartSpace.recalculate();
//window["Asc"]["editor"].wb._onScrollY(0);
//window["Asc"]["editor"].wb._onScrollX(0);
var d = worksheet._calcActiveCellOffset(_this.getSelectedDrawingsRange());
window["Asc"]["editor"].wb.controller.scroll(d);
_this.showDrawingObjects(false);
_this.controller.resetSelection();
_this.controller.selectObject(oNewChartSpace, 0);
......
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