beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug ForceVariableDialog when forcing DATETIME variables
2013-02-26, Laurent Bessard
b6e93549de2e
Fixed bug ForceVariableDialog when forcing DATETIME variables
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)