diff --git a/bec_widgets/widgets/plots/image/image.py b/bec_widgets/widgets/plots/image/image.py index 2f6c6c36..32cc7b55 100644 --- a/bec_widgets/widgets/plots/image/image.py +++ b/bec_widgets/widgets/plots/image/image.py @@ -565,6 +565,8 @@ class Image(ImageBase): self.main_image.clear() self.main_image.buffer = [] self.main_image.max_len = 0 + if self.crosshair is not None: + self.crosshair.reset() image_buffer = self.adjust_image_buffer(self.main_image, data) if self._color_bar is not None: self._color_bar.blockSignals(True)