beremiz
Clone
Summary
Browse
Changes
Graph
Fix ConfTreeNodeEditor parameters controls size on Windows
2012-10-04, laurent
26836e421e19
Fix ConfTreeNodeEditor parameters controls size on Windows
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)