Fixed issue where the default button for the column mode was displaying for a Word attachment section (this button should only display on step editor sections) B2016-241
This commit is contained in:
parent
ed19140154
commit
5c99687073
@ -933,7 +933,9 @@ namespace VEPROMS
|
||||
ppLblDefSettingsInfo.Visible = ppCbShwDefSettings.Checked;
|
||||
ppLblFormatDefault.Visible = ppCbShwDefSettings.Checked && ppBtnDefaultFmt.Visible;
|
||||
ppLblDefaultNumColumns.Visible = _isStepSection && ppCbShwDefSettings.Checked && ppBtnDefaultNumColumns.Visible;
|
||||
ppBtnDefaultNumColumns.Visible = _isStepSection && ppBtnDefaultNumColumns.Visible; // bug fix B2016-241 something was sometimes setting this to true for Word sections
|
||||
ppLblDefPaginationStyle.Visible = _isStepSection && ppCbShwDefSettings.Checked && ppBtnDefaultPaginationStyle.Visible;
|
||||
ppBtnDefaultPaginationStyle.Visible = _isStepSection && ppBtnDefaultPaginationStyle.Visible; // bug fix B2016-241 insurence based on DefaultNumColumns sometimes set to true
|
||||
//ppLblDefaultPrintSize.Visible = !_isStepSection && ppCbShwDefSettings.Checked && ppBtnDefaultPrintSize.Visible;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user