mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +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);
|
mySimulation.addMote(newMote);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
updateGUIComponentState();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
logger.warn("No simulation active");
|
logger.warn("No simulation active");
|
||||||
|
Loading…
Reference in New Issue
Block a user