ASM #628 - Fixed Crest time
Change-Id: I5f9f58cfdb1689f331628498a781bb60f5549ac5 Former-commit-id:fb5031e5b8
[formerly cddb0ff5626f25dd3555853d578928d7b93dcacb] Former-commit-id:2facd8c547
This commit is contained in:
parent
4d65c95cf0
commit
56de54490b
1 changed files with 6 additions and 1 deletions
|
@ -72,6 +72,9 @@ import com.raytheon.viz.ui.dialogs.CaveSWTDialog;
|
|||
* Also see https://bugs.eclipse.org/bugs/show_bug.cgi?id=43004
|
||||
* Jul 11, 2013 2088 rferrel Make dialog non-blocking.
|
||||
*
|
||||
* Dec 10, 2014 16061 lbousaidi set the crest time to the correct value for a
|
||||
* new record,also fixed the sorting to match the correct
|
||||
* timecrest.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -401,6 +404,8 @@ public class CrestHistoryDlg extends CaveSWTDialog implements
|
|||
public void widgetSelected(SelectionEvent event) {
|
||||
sortCrestHistoryList();
|
||||
updateCrestHistoryList();
|
||||
crestHistoryList.setSelection(0);
|
||||
setSelectedCrest(crestHistoryData.getCrestDataArray().get(0));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -1006,7 +1011,7 @@ public class CrestHistoryDlg extends CaveSWTDialog implements
|
|||
suppressChk.setSelection(false);
|
||||
iceJamChk.setSelection(false);
|
||||
|
||||
statusCbo.select(3);
|
||||
statusCbo.select(0);
|
||||
remarksTF.setText("");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue