beremiz
Clone
Summary
Browse
Changes
Graph
Added button in graph for changing graph size to minimum
2013-02-21, Laurent Bessard
fc1515f27e1f
Added button in graph for changing graph size to minimum
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)