Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
SOHViewer
Merge requests
!157
reset zoom_marker1_shown when replotting
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
reset zoom_marker1_shown when replotting
i130_clear_first_zoom_point_when_replot
into
master
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
Lan Dam
requested to merge
i130_clear_first_zoom_point_when_replot
into
master
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
2
Expand
close
#130 (closed)
Edited
1 year ago
by
Lan Dam
👍
0
👎
0
Merge request reports
Compare
master
version 1
6993e438
1 year ago
master (base)
and
latest version
latest version
1949e957
2 commits,
1 year ago
version 1
6993e438
1 commit,
1 year ago
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
sohstationviewer/view/plotting/plotting_widget/multi_threaded_plotting_widget.py
+
1
−
1
Options
@@ -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