0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00
This commit is contained in:
2025-04-14 17:29:00 +02:00
parent 32d0e357d1
commit 1a82e7f72b

View File

@ -1628,6 +1628,8 @@ class Waveform(PlotBase):
if scan_item.status_message is None:
logger.warning(f"Scan item with {scan_item.scan_id} has no status message.")
return
if self.scan_id != scan_item.scan_id:
self.scan_item = scan_item
self.scan_id = scan_item.scan_id
self._emit_signal_update()