Fixed spacing logic for paragraph types used in Ginna’s Backgounds
This commit is contained in:
parent
aa652f5b73
commit
69fbd162ce
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user