Always have the delay spinner enabled just like in the recovery tab of
the component configuration.
This commit is contained in:
parent
b98802ebee
commit
c2ac8204b1
@ -83,10 +83,8 @@ public class SelectDeploymentConfigDialog extends JDialog {
|
|||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
if ( event.getSelectedItem() == DeployEvent.ALTITUDE ) {
|
if ( event.getSelectedItem() == DeployEvent.ALTITUDE ) {
|
||||||
delaySpinner.setEnabled(true);
|
|
||||||
altSpinner.setEnabled(true);
|
altSpinner.setEnabled(true);
|
||||||
} else {
|
} else {
|
||||||
delaySpinner.setEnabled(false);
|
|
||||||
altSpinner.setEnabled(false);
|
altSpinner.setEnabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user