Skip to content
Snippets Groups Projects

fix bug no ruler showup when no TPS data

Merged Lan Dam requested to merge i113_noruler_when_noTPS_data into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading