summaryrefslogtreecommitdiffstats
path: root/Lib/stdwin/StripChart.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/stdwin/StripChart.py')
-rwxr-xr-xLib/stdwin/StripChart.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/stdwin/StripChart.py b/Lib/stdwin/StripChart.py
index ac767c3..e97dae2 100755
--- a/Lib/stdwin/StripChart.py
+++ b/Lib/stdwin/StripChart.py
@@ -18,6 +18,9 @@ class StripChart() = LabelAppearance(), NoReactivity():
self.resetbounds()
return self
#
+ def destroy(self):
+ self.parent = 0
+ #
def setbounds(self, bounds):
LabelAppearance.setbounds(self, bounds)
self.resetbounds()