beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Triggering column cell choice editor, removing useless and bugging empty string option
2013-04-09, Laurent Bessard
96a2dc05651a
Fixed Triggering column cell choice editor, removing useless and bugging empty string option
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)