Skip to content
Snippets Groups Projects
Commit a41506c6 authored by Lan Dam's avatar Lan Dam
Browse files

Merge branch 'i113_noruler_when_noTPS_data' into 'master'

fix bug no ruler showup when no TPS data

Closes #113

See merge request !125
parents 50e49118 1dce2cbb
No related branches found
No related tags found
1 merge request!125fix bug no ruler showup when no TPS data
Pipeline #2566 passed with stage
in 2 minutes and 40 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment