beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bugs in support for change DebugVariablePanel 2D graphs layout using drag'n drop
2013-01-24, Laurent Bessard
bf855ccf3705
Fixed bugs in 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)