Continue development
VCB1 format: Only underline top section (if subsections) VCB1 format: Format flag to only underline top section (if subsections) VCB1: step widths
This commit is contained in:
@@ -5434,7 +5434,11 @@ namespace Volian.Print.Library
|
||||
private float AdjustMetaWidth(ItemInfo itemInfo, FormatInfo formatInfo, float adjwidth)
|
||||
{
|
||||
SectData sd = formatInfo.PlantFormat.FormatData.SectData;
|
||||
if (sd.UseMetaSections)
|
||||
if (((itemInfo.MyDocStyle.StructureStyle.Style & E_DocStructStyle.DSS_SameXOffSubsections) == E_DocStructStyle.DSS_SameXOffSubsections))
|
||||
{
|
||||
adjwidth = MyTab != null ? -MyTab.Width : 0;
|
||||
}
|
||||
else if (sd.UseMetaSections)
|
||||
{
|
||||
if (sd.StepSectionData.StepSectionLayoutData.TieTabToLevel)
|
||||
{
|
||||
|
Reference in New Issue
Block a user