This commit is contained in:
parent
9c302816a3
commit
67747c0984
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user