beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug debug variables from standard and library function blocks unregistered when transferring program
2012-11-15, Laurent Bessard
ace92afe9100
Fix bug debug variables from standard and library function blocks unregistered when transferring program
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)