beremiz
Clone
Summary
Browse
Changes
Graph
Added support for drag'n drop variable from one graph to another with visible graph
2013-02-06, Laurent Bessard
5f9dd88a605b
Added support for drag'n drop variable from one graph to another with visible graph
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)