beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug multiple graph viewer tab displaying values of the same variable can be opened
2012-11-15, Laurent Bessard
fc91d3718b74
Fix bug multiple graph viewer tab displaying values of the same variable can be opened
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)