Commit 874f0c78 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправлен баг с тем, что не запоминалось, что рассчет настроек прошел.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68232 954022d7-b5bf-4e40-9824-e11837661b57
parent 58d0d737
......@@ -7743,6 +7743,8 @@ Paragraph.prototype =
this.PresentationPr.Bullet = this.CompiledPr.Pr.ParaPr.Get_PresentationBullet();
this.Numbering.Bullet = this.PresentationPr.Bullet;
}
this.CompiledPr.NeedRecalc = false;
}
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