Skip to content
Snippets Groups Projects

reset zoom_marker1_shown when replotting

Merged Lan Dam requested to merge i130_clear_first_zoom_point_when_replot into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -74,7 +74,7 @@ class MultiThreadedPlottingWidget(PlottingWidget):
:param time_ticks_total: max number of tick to show on time bar
:param is_waveform: True if this is a WaveformWidget, otherwise False
"""
self.zoom_marker1_shown = False
self.key = key
self.processing_log = [] # [(message, type)]
self.gap_bar = None
Loading