Fixed initialization of the format dropdown list
This commit is contained in:
@@ -271,6 +271,10 @@ namespace VEPROMS
|
||||
ppCmbxFormat.DisplayMember = "FullName";
|
||||
ppCmbxFormat.ValueMember = "FullName";
|
||||
ppCmbxFormat.DataSource = FormatInfoList.SortedFormatInfoList;
|
||||
if (_DocVersionConfig.FormatSelection != null)
|
||||
ppCmbxFormat.SelectedValue = _DocVersionConfig.FormatSelection;
|
||||
else
|
||||
ppCmbxFormat.SelectedIndex = -1;
|
||||
|
||||
// Get the saved settings for this user
|
||||
//
|
||||
|
Reference in New Issue
Block a user