0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

fix: monitor.py crosshair enabled by default

This commit is contained in:
wyzula-jan
2024-01-09 12:51:22 +01:00
parent 9c7a189beb
commit 97dcc5ac76

View File

@ -514,8 +514,8 @@ class BECMonitor(pg.GraphicsLayoutWidget):
# Render static plot elements
self.update_plot()
# # Hook Crosshair #TODO enable later, currently not working
# if self.enable_crosshair is True:
# self.hook_crosshair()
if self.enable_crosshair is True:
self.hook_crosshair()
def create_curve(self, curve_name: str, color: str) -> pg.PlotDataItem:
"""