Skip to content
Snippets Groups Projects

Solving bugs that make scroll bar disappeared after replot TPS

Merged Lan Dam requested to merge i274_replot_caused_scroll_bar_disappear into develop
1 unresolved thread
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -504,6 +504,9 @@ class PlottingWidget(QtWidgets.QScrollArea):
if self.tps_t is None:
return
xdata = self.tps_t
# Reset tps_t here because the reset in on_pick_event won't be
# reach when no point is clicked.
self.tps_t = None
else:
xdata = self.get_timestamp(event)
Loading