Skip to content

Commit

Permalink
Residuals progress, hide ROI an Menu buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc committed Dec 11, 2024
1 parent f663a19 commit 77463ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mantidimaging/gui/dialogs/async_task/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ def set_progress_plot(self, x: list, y: list):
def set_progress_residual_plot(self, residual_image: np.ndarray) -> None:
if self.residual_image_view is None:
residual_image_view = ImageView()
residual_image_view.ui.roiBtn.hide()
residual_image_view.ui.menuBtn.hide()
residual_image_view.setMinimumSize(600, 400)
self.PlotVerticalLayout.addWidget(residual_image_view)
self.residual_image_view = residual_image_view
Expand Down

0 comments on commit 77463ef

Please sign in to comment.