Commit 43c8d26d authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #35116

parent aa9c4a0b
......@@ -988,6 +988,9 @@ CMathBase.prototype.Apply_TextPrToCtrPr = function(TextPr, IncFontSize, ApplyToA
}
else
{
if (undefined !== TextPr.Bold)
this.Set_Bold(TextPr.Bold);
if(TextPr.AscFill || TextPr.AscLine || TextPr.AscUnifill)
{
var oCompiledPr = this.Get_CompiledCtrPrp();
......
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