Enable the edit sim action for multiple sims
This commit is contained in:
parent
fa7f7635ca
commit
fd0018c9a4
@ -662,7 +662,7 @@ public class SimulationPanel extends JPanel {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updateEnabledState() {
|
public void updateEnabledState() {
|
||||||
setEnabled(simulationTable.getSelectedRowCount() == 1);
|
setEnabled(simulationTable.getSelectedRowCount() > 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user