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

bLockDraw

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58630 954022d7-b5bf-4e40-9824-e11837661b57
parent 2615d720
......@@ -1283,10 +1283,11 @@
ws.setSelectionDialogMode(this.selectionDialogType, selectionRange);
this.handlers.trigger("asc_onSelectionRangeChanged", ws.getSelectionRangeValue());
}
ws.objectRender.controller.updateSelectionState();
ws.objectRender.controller.updateOverlay();
if (!bLockDraw)
{
ws.objectRender.controller.updateSelectionState();
ws.objectRender.controller.updateOverlay();
}
if (isSendInfo) {
this._onSelectionNameChanged(ws.getSelectionName(/*bRangeText*/false));
this._onWSSelectionChanged(ws.getSelectionInfo());
......
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