Commit 4b6a0caf authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с необновлением интерфейса после применения настроек буквицы (баг 20335).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50189 954022d7-b5bf-4e40-9824-e11837661b57
parent 2c65376c
...@@ -5690,6 +5690,7 @@ CDocument.prototype = ...@@ -5690,6 +5690,7 @@ CDocument.prototype =
this.Recalculate(); this.Recalculate();
this.Document_UpdateSelectionState(); this.Document_UpdateSelectionState();
this.Document_UpdateRulersState(); this.Document_UpdateRulersState();
this.Document_UpdateInterfaceState();
}, },
Paragraph_IncDecFontSize : function(bIncrease) Paragraph_IncDecFontSize : function(bIncrease)
......
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