beremiz
Clone
Summary
Browse
Changes
Graph
Fixed LogConsole not cleared when building several times
2013-04-09, Laurent Bessard
36e38d3c28b2
Fixed LogConsole not cleared when building several times
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)