More one fix for prev commit

This commit is contained in:
Georgy Litvinov 2020-06-26 15:17:16 +02:00
parent c8751d75c9
commit daf1b542d4
2 changed files with 2 additions and 2 deletions

View file

@ -407,7 +407,7 @@ End Sub
Sub adjustLastLine(anchor As Object)
anchor.ParaAdjust = 2
anchor.ParaLastLineAdjust = 2
'anchor.ParaLastLineAdjust = 2
'balancePara(anchor)
End Sub