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
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -613,6 +613,8 @@ class TimePowerSquaredWidget(plotting_widget.PlottingWidget):
Reuse tps_data calculated in the first plotting to replot
with new color range selected.
"""
# Not reset the size of main_widget so the size from original plotting
# that fit all channels will be maintain.
self.clear(do_reset_size=False)
self.start_message_and_reset_processing_states(
f'RePlotting {self.get_plot_name()} ...')
Loading