Commit 018f146a authored by Alexey.Musinov's avatar Alexey.Musinov

[ios] bugfix

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65545 954022d7-b5bf-4e40-9824-e11837661b57
parent 4a8ff0c3
......@@ -4134,6 +4134,8 @@ function offline_get_header_sizes() {
}
function offline_get_graphics_object(x, y) {
var ws = _api.wb.getWorksheet();
ws.objectRender.drawingArea.reinitRanges();
var drawingInfo = ws.objectRender.checkCursorDrawingObject(x, y);
if (drawingInfo) {
return drawingInfo.id;
......
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