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

Bug 25636 - Ошибка в консоли после отмены копирования диаграммы в группе через ctrl

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57446 954022d7-b5bf-4e40-9824-e11837661b57
parent 07ca48e1
......@@ -597,8 +597,8 @@
if(ws)
{
this.showWorksheet(state[0].worksheet.index);
ws.setSelectionShape(true);
ws.objectRender.controller.setSelectionState(state);
ws.setSelectionShape(true);
var d = ws._calcActiveCellOffset(ws.objectRender.getSelectedDrawingsRange());
if (d) {
if (d.deltaX) {this.controller.scrollHorizontal(d.deltaX);}
......
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