Always have the delay spinner enabled just like in the recovery tab of

the component configuration.
This commit is contained in:
kruland2607 2012-11-08 20:56:55 -06:00
parent b98802ebee
commit c2ac8204b1

View File

@ -83,10 +83,8 @@ public class SelectDeploymentConfigDialog extends JDialog {
@Override
public void actionPerformed(ActionEvent e) {
if ( event.getSelectedItem() == DeployEvent.ALTITUDE ) {
delaySpinner.setEnabled(true);
altSpinner.setEnabled(true);
} else {
delaySpinner.setEnabled(false);
altSpinner.setEnabled(false);
}