RNO xoffset
RNO xoffset & “Improved Box with Paragraph” printing “Improved Box with Paragraph” box location fix possible null reference for determining auto indent of meta-sections Calvert: using format flag IdentWidth in defining tab width if it is set in format file
This commit is contained in:
@@ -2245,9 +2245,9 @@ namespace Volian.Print.Library
|
||||
offset += (float)formatInfo.PlantFormat.FormatData.SectData.SectionNumber.Pos;
|
||||
else
|
||||
{
|
||||
float autoIndent = 0;
|
||||
SectionConfig sc = itemInfo.MyParent.MyConfig as SectionConfig;
|
||||
offset = (sc != null && sc.SubSection_AutoIndent == "Y") ? MyParent.XOffset : MyParent.MyTab.XOffset;
|
||||
offset = (sc != null && sc.SubSection_AutoIndent == "Y") ? MyParent.XOffset
|
||||
: (MyParent.MyTab != null)?MyParent.MyTab.XOffset:XOffset;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user