beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in VariablePanel when editing project single configuration variables
2013-03-28, Laurent Bessard
741fbce41ec2
Fixed bug in VariablePanel when editing project single configuration variables
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)