mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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 New Issue
Block a user