Default Step Section checkbox stayed visible when adding a new Word section

This commit is contained in:
John Jenko 2016-05-18 17:29:42 +00:00
parent 7db720b1f3
commit 4d54dcee7b

View File

@ -1028,6 +1028,7 @@ namespace VEPROMS
//ppCmbxAccPgPrintSize.Visible = !_isStepSection;
ppGpbxSignoffCheckoff.Visible = _isStepSection;
cbKeepWordDocMargins.Visible = !_isStepSection;
ppCbDefaultStepSection.Visible = _isStepSection;
}
private void rbStepSect_CheckedChanged(object sender, EventArgs e)