beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in PLC Generator preventing output type of standard function to be computed correctly
2012-12-05, Laurent Bessard
f528c421637b
Fix bug in PLC Generator preventing output type of standard function to be computed correctly
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)