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