beremiz

Fixed bug editors empty after being opened

2013-03-17, Laurent Bessard
b24c11c93766
Fixed bug editors empty after being opened
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)