beremiz
Clone
Summary
Browse
Changes
Graph
Fixed LogViewer scrollbar and scroll methods
2013-03-14, Laurent Bessard
fc671a3e95a9
Fixed LogViewer scrollbar and scroll methods
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)