minor bugfix: start/stop simulation keyboard shortcut was not enabled correctly

This commit is contained in:
Fredrik Osterlind 2012-06-05 14:51:47 +02:00
parent b322eda91a
commit e78c77c965

View file

@ -2631,6 +2631,7 @@ public class GUI extends Observable {
mySimulation.addMote(newMote);
}
}
updateGUIComponentState();
} else {
logger.warn("No simulation active");