From 83b738c48084914e2675aa563ddeca638ebe76a9 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Wed, 19 Mar 2014 22:02:56 +0100 Subject: [PATCH] started major refactoring to simplify function addition/removal --- QDS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QDS.py b/QDS.py index a160b4e..4f6ec29 100755 --- a/QDS.py +++ b/QDS.py @@ -276,7 +276,7 @@ class AppWindow(QMainWindow): #self.ui.graphicsView.removeItem(self.PowerComplex.data_curve_real) self.function_registry.unregister_function(self.PowerComplex) - self.PowerComplex = None + #self.PowerComplex = None self.updatePlot()