From 0b6204b5069c812b9c8a480378d08c163f981c61 Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 20 Jan 2014 04:24:05 +0000 Subject: [PATCH] Modified AdjustWidth method of vlnParagraph class --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 2916d373..da575a6e 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -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;