This commit is contained in:
parent
edf20f8a2c
commit
885964885c
@ -1126,16 +1126,19 @@ namespace Volian.Print.Library
|
|||||||
bool doprint = true;
|
bool doprint = true;
|
||||||
if (itemInfo.IsSection)
|
if (itemInfo.IsSection)
|
||||||
{
|
{
|
||||||
SectionConfig sch = MyItemInfo.MyConfig as SectionConfig;
|
if (ShowSectionTitles
|
||||||
if (!(ShowSectionTitles
|
&& !MyItemInfo.MyDocStyle.CancelSectTitle
|
||||||
&& !MyItemInfo.MyDocStyle.CancelSectTitle
|
&& !MyItemInfo.MyDocStyle.SpecialStepsFoldout) // Don't ouput the Step Section title
|
||||||
&& !MyItemInfo.MyDocStyle.SpecialStepsFoldout)
|
|
||||||
&&
|
|
||||||
(sch != null && sch.Section_PrintHdr != "Y")) // || !MyItemInfo.ActiveFormat.PlantFormat.FormatData.SectData.UseMetaSections))
|
|
||||||
{
|
{
|
||||||
doprint = false;
|
SectionConfig sch = MyItemInfo.MyConfig as SectionConfig;
|
||||||
YTopMost = 0;
|
if (sch != null && sch.Section_PrintHdr != "Y")
|
||||||
|
{
|
||||||
|
doprint = false;
|
||||||
|
YTopMost = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
doprint = false;
|
||||||
}
|
}
|
||||||
if (doprint && itemInfo.IsSection && !itemInfo.MyDocStyle.CancelSectTitle && itemInfo.MyTab.Text.ToUpper() != "FOLDOUT")
|
if (doprint && itemInfo.IsSection && !itemInfo.MyDocStyle.CancelSectTitle && itemInfo.MyTab.Text.ToUpper() != "FOLDOUT")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user