From 69fbd162ce4d94fcbada5524a77cc752aa09f829 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 6 Dec 2013 21:00:21 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20spacing=20logic=20for=20paragraph=20typ?= =?UTF-8?q?es=20used=20in=20Ginna=E2=80=99s=20Backgounds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 5318dc71..0e7eda33 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -2595,7 +2595,7 @@ namespace Volian.Print.Library XOffset += delta; } else - XOffset = (float)itemInfo.MyDocStyle.Layout.LeftMargin + childindent;//(itemInfo.FormatStepData.Font.CharsToTwips * 2); + XOffset = childindent + MyParent.XOffset;//(itemInfo.FormatStepData.Font.CharsToTwips * 2); return; } else if (itemInfo.FormatStepData != null && itemInfo.FormatStepData.Type == "TitleWithTextRight")