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:
@ -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:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user