beremiz
Clone
Summary
Browse
Changes
Graph
Fixed connections of block when changing block type
2013-04-23, Laurent Bessard
ef514eaacd8c
Fixed connections of block when changing block type
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)