beremiz
Clone
Summary
Browse
Changes
Graph
Added support in LocationCellEditor for locations with undefined direction
2013-03-26, Laurent Bessard
bf3b6998f7b6
Added support in LocationCellEditor for locations with undefined direction
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)