PLCOpenEditor.py
changeset 758 bb7a881b20cf
parent 745 ecd2effd4660
child 760 7cadc624cc74
--- a/PLCOpenEditor.py	Wed Sep 05 11:20:53 2012 +0200
+++ b/PLCOpenEditor.py	Wed Sep 05 11:23:15 2012 +0200
@@ -1215,6 +1215,8 @@
         self.PouInstanceVariablesPanel.ResetView()
         self.LibraryPanel.ResetTree()
         self.LibraryPanel.SetController(None)
+        if self.EnableDebug:
+            self.DebugVariablePanel.ResetGrid()
         self.Controler = None
 
     def OnCloseTabMenu(self, event):