beremiz
Clone
Summary
Browse
Changes
Graph
Fix test of datatype consistency when drag'n dropping location in VariablePanel
2012-09-12, laurent
4b9df5bea400
Fix test of datatype consistency when drag'n dropping location in VariablePanel
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)