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

Merge branch 'i130_clear_first_zoom_point_when_replot' into 'master'

reset zoom_marker1_shown when replotting

Closes #130

See merge request !157
parents b794b813 8a9d6173
No related branches found
No related tags found
1 merge request!157reset zoom_marker1_shown when replotting
Pipeline #2866 passed with stage
in 4 minutes and 11 seconds
......@@ -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
......
......@@ -86,6 +86,7 @@ class TimePowerSquaredWidget(plotting_widget.PlottingWidget):
:param start_tm: requested start time to read
:param end_tm: requested end time to read
"""
self.zoom_marker1_shown = False
self.is_working = True
self.set_key = key
self.plotting_data1 = d_obj.waveform_data[key]
......
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