Commit 6abc8fed authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Устранено мигание окна с изменениями в режиме рецензирования при вводе текста в автофигуру.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66857 954022d7-b5bf-4e40-9824-e11837661b57
parent f626d489
......@@ -3426,7 +3426,11 @@ CDocument.prototype =
var bRetValue = this.DrawingObjects.paragraphAdd(ParaItem, bRecalculate);
this.Document_UpdateSelectionState();
this.Document_UpdateUndoRedoState();
this.Document_UpdateInterfaceState();
// Если у нас отслеживаются изменения, тогда интерфейс обновится на функции Continue_TrackRevisions
if (true !== this.TrackRevisions)
this.Document_UpdateInterfaceState();
return bRetValue;
}
else //if ( docpostype === this.CurPos.Type )
......
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