beremiz

Parents 05502e574589
Children 9f5dbd90e1e0
Fix bug in StatusToolBar items state when close and opening another project
--- a/ProjectController.py Wed May 30 12:20:54 2012 +0200
+++ b/ProjectController.py Wed May 30 13:05:18 2012 +0200
@@ -112,7 +112,7 @@
self.debug_break = False
self.previous_plcstate = None
# copy ConfNodeMethods so that it can be later customized
- self.ConfNodeMethods = [dic.copy() for dic in self.ConfNodeMethods]
+ self.StatusMethods = [dic.copy() for dic in self.StatusMethods]
def LoadLibraries(self):
self.Libraries = []