beremiz
Clone
Summary
Browse
Changes
Graph
Fix debug of Action and Transition defined in FBD and LD using Viewer
2012-09-12, laurent
319dac4c4fd3
Fix debug of Action and Transition defined in FBD and LD using Viewer
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)