beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug debug slow interface when refresh time of a DebugViewer is longer than debug refresh period
2013-01-16, Laurent Bessard
73f6333d50a4
Fix bug debug slow interface when refresh time of a DebugViewer is longer than debug refresh period
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)