1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-08 09:47:48 +01:00
This commit is contained in:
2025-04-14 19:06:25 +02:00
parent 481ab1065a
commit f863501f00

View File

@@ -1175,7 +1175,7 @@ class Waveform(PlotBase):
except KeyError:
logger.warning(f"Curve {name} not found in plot item.")
pass
QApplication.processEvents()
# QApplication.processEvents()
self.bec_dispatcher.connect_slot(
self.on_async_readback,
MessageEndpoints.device_async_readback(self.scan_id, name),