Enable print section title regardless if format has UseMetaSection

This commit is contained in:
Kathy Ruffing 2013-07-25 13:25:24 +00:00
parent bd536387b3
commit db199dd304

View File

@ -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";