Commit ef1b8437 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

При lock-листа тоже нужна перерисовка.

bug #30297

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64638 954022d7-b5bf-4e40-9824-e11837661b57
parent 1f4bb16e
......@@ -1572,7 +1572,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
ws.objectRender.showDrawingObjects(true);
}
}
} else if (lockType === c_oAscLockTypeElem.Range) {
} else if (lockType === c_oAscLockTypeElem.Range || lockType === c_oAscLockTypeElem.Sheet) {
ws.updateSelection();
}
} else if (-1 !== lockSheetId && 0 === lockSheetId.indexOf(CCellCommentator.sStartCommentId)) {
......
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