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

првака бага 22198 - [Charts] Ошибка в консоли при выделении автофигуры и...

првака бага 22198 - [Charts] Ошибка в консоли при выделении автофигуры и перемещении диаграммы с зажатым ctrl

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52059 954022d7-b5bf-4e40-9824-e11837661b57
parent ea972e03
......@@ -1747,7 +1747,7 @@ function handleChart(paraDrawing, graphicObjects, x, y, e, pageIndex)
if(_common_selection_array[_sel_index].pageIndex === pageIndex)
{
chart = _common_selection_array[_sel_index];
graphicObjects.arrPreTrackObjects.push(new CTrackMoveObject(chart.parent, chart.absOffsetX - x, chart.absOffsetY - y, graphicObjects, pageIndex));
graphicObjects.arrPreTrackObjects.push(new CTrackMoveObject(chart, chart.absOffsetX - x, chart.absOffsetY - y, graphicObjects, pageIndex));
}
}
if(_common_selection_array.length === 1)
......
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