Commit f43ec9cc authored by Ilya.Kirillov's avatar Ilya.Kirillov

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67040 954022d7-b5bf-4e40-9824-e11837661b57
parent 85ec5d32
......@@ -7436,6 +7436,7 @@ CDocument.prototype =
else
this.Paragraph_Add( new ParaTextPr( { HighLight : new CDocumentColor( r, g, b ) } ) );
this.Document_UpdateInterfaceState();
editor.sync_MarkerFormatCallback( false );
}
}
......
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