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