Commit b511fe03 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33862

parent 3755591d
......@@ -171,7 +171,7 @@ CDrawingsController.prototype.SetParagraphSpacing = function (Spacing)
{
var Paragraph = ParaDrawing.Parent;
Paragraph.Set_Spacing(Spacing, false);
this.Recalculate();
this.LogicDocument.Recalculate();
}
}
else
......
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