beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with variable panel in project configuration editor
2013-04-05, Laurent Bessard
3d79c31e4697
Fixed bug with variable panel in project configuration editor
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)