Turn on Default button next to the format drop down if selected format is not the default. Fixed positioning of OK and Cancel buttons
This commit is contained in:
@@ -272,9 +272,12 @@ namespace VEPROMS
|
||||
ppCmbxFormat.ValueMember = "FullName";
|
||||
ppCmbxFormat.DataSource = FormatInfoList.SortedFormatInfoList;
|
||||
if (_DocVersionConfig.FormatSelection != null)
|
||||
{
|
||||
ppCmbxFormat.SelectedValue = _DocVersionConfig.FormatSelection;
|
||||
ppBtnDefaultFmt.Visible = true; //bug fix B2016-102 make the default button visable if other the the default format is being used
|
||||
}
|
||||
else
|
||||
ppCmbxFormat.SelectedIndex = -1;
|
||||
ppCmbxFormat.SelectedIndex = -1; // default format
|
||||
|
||||
// Get the saved settings for this user
|
||||
//
|
||||
|
Reference in New Issue
Block a user