diff --git a/sohstationviewer/view/plotting/time_power_squared_dialog.py b/sohstationviewer/view/plotting/time_power_squared_dialog.py
index 2705be48bf646ee3beb1622ad3f480a77b69265d..1c5acdb972716024206009c925052032f57c0538 100755
--- a/sohstationviewer/view/plotting/time_power_squared_dialog.py
+++ b/sohstationviewer/view/plotting/time_power_squared_dialog.py
@@ -114,6 +114,7 @@ class TimePowerSquaredWidget(plotting_widget.PlottingWidget):
         self.plotting_axes.set_title(title, y=0, v_align='bottom')
 
         if self.plotting_data1 == {}:
+            self.is_working = False
             self.draw()
             self.clean_up('NO DATA')
             return