ASM #253 Update RadarBiasTableDialog fix issue of not saving.
Change-Id: If88c12673afeb3ae8cecfb53d856bc90820a4673 Former-commit-id: 9021eca6b32dd2b3859cd928c14a0e40a4907c13
This commit is contained in:
parent
2ef4767652
commit
75969ceec2
1 changed files with 2 additions and 1 deletions
|
@ -248,6 +248,7 @@ public class RadarBiasTableDialog extends Dialog {
|
|||
applyBtn = new Button(applyBtnComp, SWT.PUSH);
|
||||
applyBtn.setText("Apply");
|
||||
applyBtn.setLayoutData(bd);
|
||||
applyBtn.setEnabled(false);
|
||||
applyBtn.addSelectionListener(new SelectionAdapter() {
|
||||
|
||||
/*
|
||||
|
@ -262,7 +263,6 @@ public class RadarBiasTableDialog extends Dialog {
|
|||
applyBiasUpdate(dt);
|
||||
MPEDisplayManager mgr = MPEDisplayManager.getCurrent();
|
||||
mgr.setSavedData(false);
|
||||
shell.dispose();
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -435,6 +435,7 @@ public class RadarBiasTableDialog extends Dialog {
|
|||
manEdit[ei].setText("YES");
|
||||
lbiasTxt.setBackground(getParent().getDisplay()
|
||||
.getSystemColor(SWT.COLOR_WHITE));
|
||||
biasChgs.put(radIds[ei], ei);
|
||||
applyBtn.setEnabled(true);
|
||||
} catch (NumberFormatException e1) {
|
||||
lbiasTxt.setBackground(getParent().getDisplay()
|
||||
|
|
Loading…
Add table
Reference in a new issue