Default Step Section checkbox stayed visible when adding a new Word section
This commit is contained in:
parent
7db720b1f3
commit
4d54dcee7b
@ -1028,6 +1028,7 @@ namespace VEPROMS
|
|||||||
//ppCmbxAccPgPrintSize.Visible = !_isStepSection;
|
//ppCmbxAccPgPrintSize.Visible = !_isStepSection;
|
||||||
ppGpbxSignoffCheckoff.Visible = _isStepSection;
|
ppGpbxSignoffCheckoff.Visible = _isStepSection;
|
||||||
cbKeepWordDocMargins.Visible = !_isStepSection;
|
cbKeepWordDocMargins.Visible = !_isStepSection;
|
||||||
|
ppCbDefaultStepSection.Visible = _isStepSection;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void rbStepSect_CheckedChanged(object sender, EventArgs e)
|
private void rbStepSect_CheckedChanged(object sender, EventArgs e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user