Merge "ASM #526 - Duration menu disabled after creating text for a COR SVS." into asm_14.3.1
Former-commit-id:6713e83ae6
[formerlyd7bea845fe
] [formerly4f7fa8a8de
[formerly 350448988d24fd2eb58812128b062e3a0f44b956]] Former-commit-id:4f7fa8a8de
Former-commit-id:190bf23ba8
This commit is contained in:
commit
cd1f437163
1 changed files with 1 additions and 1 deletions
|
@ -1252,7 +1252,7 @@ public class WarngenDialog extends CaveSWTDialog implements
|
|||
warngenLayer.resetState();
|
||||
warngenLayer.getStormTrackState().duration = ((DurationData) durationList
|
||||
.getData(durationList.getItem(durationList.getSelectionIndex()))).minutes;
|
||||
durationList.setEnabled(true);
|
||||
durationList.setEnabled(warngenLayer.getConfiguration().isEnableDuration());
|
||||
if (lineOfStorms.getSelection()) {
|
||||
selectLineOfStorms();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue