beremiz
Clone
Summary
Browse
Changes
Graph
Quit runtime with SysTray icon menu should not crash anymore
2012-09-21, Edouard Tisserant
b59e563bcada
Quit runtime with SysTray icon menu should not crash anymore
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)