Skip to content

Commit

Permalink
Fix old cherrypick
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger committed Nov 25, 2024
1 parent d0c170c commit b48cda1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions laserstudio/widgets/toolbars/pdmtoolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ def refresh_interface(self, name: str, value: Any):
elif name == "interlock_status":
self.interlock_label.setText(f"Interlock status: {'opened' if value else 'closed'}")

self.laser.parameter_changed.connect(self.handle_parameter_changed)

def reload_parameters(self):
self.sweep_min_input.setValue(self.laser.sweep_min)
self.sweep_max_input.setValue(self.laser.sweep_max)
Expand Down

0 comments on commit b48cda1

Please sign in to comment.