Commit 9277fc47 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33511

parent 9efd482e
......@@ -8632,6 +8632,13 @@ Paragraph.prototype =
// Надо пересчитать конечный стиль
this.CompiledPr.NeedRecalc = true;
this.private_UpdateTrackRevisionOnChangeParaPr(true);
for (var nIndex = 0, nCount = this.Content.length; nIndex < nCount; ++nIndex)
{
var oElement = this.Content[nIndex];
if (para_Math === oElement.Type && true !== oElement.Is_Inline())
oElement.Set_Align(Align);
}
}
},
......
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