minor bugfix: start/stop simulation keyboard shortcut was not enabled correctly
This commit is contained in:
parent
b322eda91a
commit
e78c77c965
|
@ -2631,6 +2631,7 @@ public class GUI extends Observable {
|
|||
mySimulation.addMote(newMote);
|
||||
}
|
||||
}
|
||||
updateGUIComponentState();
|
||||
|
||||
} else {
|
||||
logger.warn("No simulation active");
|
||||
|
|
Loading…
Reference in a new issue