beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in ProjectNodeEditor when base params panel is not shown
2013-04-18, Laurent Bessard
a6718197caf2
Fixed bug in ProjectNodeEditor when base params panel is not shown
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)