Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Apr 22, 2024
1 parent 7daab64 commit 5c0ecca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mantidimaging/gui/windows/spectrum_viewer/presenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ def handle_tof_unit_change(self) -> None:
self.view.spectrum_widget.spectrum_plot_widget.set_tof_axis_label(tof_axis_label)
self.refresh_spectrum_plot()


def refresh_spectrum_plot(self) -> None:
self.view.spectrum_widget.spectrum.clearPlots()
self.view.spectrum_widget.spectrum.update()
Expand Down

0 comments on commit 5c0ecca

Please sign in to comment.