[bug] fix bug 79915

This commit is contained in:
Sergey Luzyanin
2026-02-09 14:40:15 +03:00
parent 7169df5a4a
commit 3eadd5be8f

View File

@ -96,13 +96,13 @@
if ( undefined != Spacing.BeforePct )
{
this.BeforePct = Spacing.BeforePct;
this.Before = undefined;
this.Before = 0;
}
if ( undefined != Spacing.AfterPct )
{
this.AfterPct = Spacing.AfterPct;
this.After = undefined;
this.After = 0;
}
if (undefined !== Spacing.BeforeLines)