beremiz
Clone
Summary
Browse
Changes
Graph
Fix support for adjusting block size to block minimum size and to Viewer scaling
2012-10-16, Laurent Bessard
1009f956d2ee
Fix support for adjusting block size to block minimum size and to Viewer scaling
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)