beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug on Windows when drag'n dropping variable to DebugVariablePanel, panel not refreshed
2013-03-05, Laurent Bessard
c0dcbbdb0bb1
Fix bug on Windows when drag'n dropping variable to DebugVariablePanel, panel not refreshed
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)