beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in DebugVariablePanel graphics not reset when program is restart
2013-01-16, Laurent Bessard
e70daa8bca85
Fix bug in DebugVariablePanel graphics not reset when program is restart
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)