Enable print section title regardless if format has UseMetaSection
This commit is contained in:
parent
bd536387b3
commit
db199dd304
@ -283,7 +283,7 @@ namespace VEPROMS
|
||||
|
||||
// Check for the print section num/title config item to determine whether that checkbox should
|
||||
// be checked.
|
||||
ppCbPrnSecNumTitle.Enabled = pf.FormatData.SectData.UseMetaSections;
|
||||
ppCbPrnSecNumTitle.Enabled = true; // pf.FormatData.SectData.UseMetaSections;
|
||||
//ppCbPrnSecNumTitle.Checked = ppCbPrnSecNumTitle.Enabled && _SectionConfig.Section_PrintHdr != "N";
|
||||
ppCbPrnSecNumTitle.Checked = _SectionConfig.Section_PrintHdr != "N";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user