This commit is contained in:
parent
58baa1dd81
commit
eb1cd31e09
@ -563,11 +563,11 @@ namespace VEPROMS
|
||||
// Get the parent setting
|
||||
FolderConfig.PrintChangeBar pcb = (FolderConfig.PrintChangeBar)Enum.Parse(typeof(FolderConfig.PrintChangeBar), _DefaultChgBarType);
|
||||
// Compare parent setting with current setting
|
||||
_Initializing = true;
|
||||
//_Initializing = true;
|
||||
if (pcb != _FolderConfig.Print_ChangeBar)
|
||||
_FolderConfig.Print_ChangeBar = pcb; // this will force a database update (write)
|
||||
ppCmbxChangeBarType.SelectedIndex = -1; //reset combo box to the default Change Bar setting
|
||||
_Initializing = false;
|
||||
//_Initializing = false;
|
||||
//tcpFmtSettings.Focus();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user