beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when loading FBD schema with a loop in block connections
2012-09-13, laurent
b2609a8e4cb6
Fix bug when loading FBD schema with a loop in block connections
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)