Commit 7c878b6a authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделано, чтобы комментарии не рисовались в режиме просмотра (баг 20516).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51239 954022d7-b5bf-4e40-9824-e11837661b57
parent c12b93cb
......@@ -4081,7 +4081,7 @@ Paragraph.prototype =
var _Page = this.Pages[CurPage];
var DocumentComments = editor.WordControl.m_oLogicDocument.Comments;
var bDrawComments = DocumentComments.Is_Use();
var bDrawComments = ( DocumentComments.Is_Use() && true != editor.isViewMode);
var CommentsFlag = DocumentComments.Check_CurrentDraw();
var CollaborativeChanges = 0;
......
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