beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for change DebugVariablePanel 2D graphs layout using drag'n drop
2013-01-24, Laurent Bessard
852af7c6f0ef
Adding support for change DebugVariablePanel 2D graphs layout using drag'n drop
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)