beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug in PLCGenerator with user defined functions and standard overloaded function
2012-10-16, Laurent Bessard
c10f2092c43a
Fixing bug in PLCGenerator with user defined functions and standard overloaded function
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)