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
|
// Check for the print section num/title config item to determine whether that checkbox should
|
||||||
// be checked.
|
// be checked.
|
||||||
//if (
|
ppCbPrnSecNumTitle.Enabled = pf.FormatData.SectData.UseMetaSections;
|
||||||
ppCbPrnSecNumTitle.Checked = _SectionConfig.Section_PrintHdr != "N";
|
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
|
// check if format has automated table of contents, if so, check if config flag is set that this
|
||||||
// section should be included.
|
// section should be included.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user