beremiz
Clone
Summary
Browse
Changes
Graph
Fix row selection in CustomGrid
2013-03-05, Laurent Bessard
069466072e9d
Fix row selection in CustomGrid
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)