beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug with tree icons in BrowseLocationsDialog
2012-09-12, laurent
4e84161cce19
Fix bug with tree icons in BrowseLocationsDialog
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)