diff --git a/src/View/Results/CustomPlot/Plot.py b/src/View/Results/CustomPlot/Plot.py index cb45863cae05640fe98ce2a83644f3983aeb3506..b699f3eaaffd57646ff012aee31284bc04035844 100644 --- a/src/View/Results/CustomPlot/Plot.py +++ b/src/View/Results/CustomPlot/Plot.py @@ -439,7 +439,7 @@ class CustomPlot(PamhyrPlot): @timer def update(self): - if not self._init: + #if not self._init: self.draw() return