Fixed spacing logic for paragraph types used in Ginna’s Backgounds

This commit is contained in:
John Jenko 2013-12-06 21:00:21 +00:00
parent aa652f5b73
commit 69fbd162ce

View File

@ -2595,7 +2595,7 @@ namespace Volian.Print.Library
XOffset += delta; XOffset += delta;
} }
else else
XOffset = (float)itemInfo.MyDocStyle.Layout.LeftMargin + childindent;//(itemInfo.FormatStepData.Font.CharsToTwips * 2); XOffset = childindent + MyParent.XOffset;//(itemInfo.FormatStepData.Font.CharsToTwips * 2);
return; return;
} }
else if (itemInfo.FormatStepData != null && itemInfo.FormatStepData.Type == "TitleWithTextRight") else if (itemInfo.FormatStepData != null && itemInfo.FormatStepData.Type == "TitleWithTextRight")