beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console
2012-11-15, Laurent Bessard
68ac754a5a72
Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)