beremiz

Fixed bugs with new buttons on Windows

2013-03-15, Laurent Bessard
2d03056993f6
Fixed bugs with new buttons on Windows
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)