beremiz

Fix bug with refresh PLC status tool bar

2013-01-30, Laurent Bessard
aa136ef12506
Fix bug with refresh PLC status tool bar
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)