This commit is contained in:
Kathy Ruffing 2012-03-06 17:16:52 +00:00
parent 9c302816a3
commit 67747c0984

View File

@ -277,8 +277,8 @@ namespace VEPROMS
// Check for the print section num/title config item to determine whether that checkbox should
// be checked.
//if (
ppCbPrnSecNumTitle.Checked = _SectionConfig.Section_PrintHdr != "N";
ppCbPrnSecNumTitle.Enabled = pf.FormatData.SectData.UseMetaSections;
ppCbPrnSecNumTitle.Checked = ppCbPrnSecNumTitle.Enabled && _SectionConfig.Section_PrintHdr != "N";
// check if format has automated table of contents, if so, check if config flag is set that this
// section should be included.