ASM #646 GFE: Event end time cannot be set beyond 96 hours on the MakeHazard GUI
Change-Id: I83e1701be2417e7ee6c0223e192cb9e0731c761b Former-commit-id:d5036028d9
[formerly89fca6f761
] [formerlyd5036028d9
[formerly89fca6f761
] [formerly58958ef423
[formerly 6341d72f458c62756f27c851f0db654ab901b7af]]] Former-commit-id:58958ef423
Former-commit-id:bbc3892a5e
[formerlyf55dd98ae8
] Former-commit-id:d1c3156ebc
This commit is contained in:
parent
ac21133b2a
commit
9cc833a566
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,7 @@ import com.raytheon.viz.ui.statusline.StatusStore;
|
|||
* Apr 03,2012 436 randerso Reworked dialog to be called by Python MakeHazard procedure
|
||||
* Apr 09,2012 436 randerso Merged RNK's MakeHazards_Elevation procedure
|
||||
* May 30,2012 2028 randerso Cleaned up dialog layout
|
||||
* Nov 13,2014 646 lshi Fixed hard coded endTimeSlider's Max value
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -1167,6 +1168,7 @@ public class MakeHazardDialog extends CaveSWTDialog implements
|
|||
gd.minimumWidth = 200;
|
||||
endTimeSlider.setLayoutData(gd);
|
||||
|
||||
toHours = this.timeScaleEndTime; //#646
|
||||
endTimeSlider.setMinimum(1);
|
||||
endTimeSlider.setMaximum(toHours + 1);
|
||||
endTimeSlider.setIncrement(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue