--- a/LPCManager.py Wed Mar 27 00:58:02 2013 +0100
+++ b/LPCManager.py Thu Mar 28 00:21:41 2013 +0100
@@ -1207,6 +1207,7 @@
def StopSimulation(self):
+ self._SetConnector(None) @@ -1817,6 +1818,10 @@
self.RefreshConfNodeTree()
+ # Remove taskbar icon when simulating + def StartLocalRuntime(self, taskbaricon = True): + return Beremiz.StartLocalRuntime(self, taskbaricon = False)