fix: remove .wait() from omny_xray_gui in on_dap_params in gui
This commit is contained in:
@@ -502,10 +502,10 @@ class XRayEye(BECWidget, QWidget):
|
||||
curve_id = meta.get("curve_id")
|
||||
|
||||
if curve_id == "fit-x-SineModel+LinearModel":
|
||||
self.dev.omny_xray_gui.fit_params_x.set(data).wait()
|
||||
self.dev.omny_xray_gui.fit_params_x.set(data)
|
||||
print(f"setting x data to {data}")
|
||||
else:
|
||||
self.dev.omny_xray_gui.fit_params_y.set(data).wait()
|
||||
self.dev.omny_xray_gui.fit_params_y.set(data)
|
||||
print(f"setting y data to {data}")
|
||||
# self.bec_dispatcher.connect_slot(self.device_updates, MessageEndpoints.device_readback("omny_xray_gui"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user