beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when Drag'n Dropping located variables on Windows
2012-10-31, Laurent Bessard
8b24e9312f18
Fix bug when Drag'n Dropping located variables on Windows
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)