beremiz
Clone
Summary
Browse
Changes
Graph
Fixed highlights for dropping graphs between the others
2013-02-20, Laurent Bessard
fc00c11feff5
Fixed highlights for dropping graphs between the others
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)