Modified AdjustWidth method of vlnParagraph class
This commit is contained in:
parent
7ef8840ba0
commit
0b6204b506
@ -3007,7 +3007,7 @@ namespace Volian.Print.Library
|
||||
}
|
||||
else if (itemInfo.IsRNOPart && !((ItemInfo)itemInfo.ActiveParent).IsHigh)
|
||||
{
|
||||
if (itemInfo.ActiveFormat.MyStepSectionLayoutData.RNOWidthAdj != null)
|
||||
if (itemInfo.ActiveFormat.MyStepSectionLayoutData.RNOWidthAdj != null && !((ItemInfo)itemInfo.ActiveParent).IsInRNO)
|
||||
Width = MyParent.Width + float.Parse(itemInfo.ActiveFormat.MyStepSectionLayoutData.RNOWidthAdj);
|
||||
else
|
||||
Width = MyParent.Width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user