Skip to content

Commit

Permalink
fix: band sweep setting #798 (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath authored Feb 17, 2025
1 parent d31801a commit 664e5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NanoVNASaver/Windows/SweepSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def update_band(self, apply: bool = False):
format_frequency_sweep(stop)
)
self.app.sweep_control.inputs["Stop"].textEdited.emit(
self.app.sweep_control.input_end.text()
self.app.sweep_control.inputs["Stop"].text()
)

def update_attenuator(self, value: "QtWidgets.QLineEdit"):
Expand Down

1 comment on commit 664e5bd

@barjac
Copy link
Collaborator

@barjac barjac commented on 664e5bd Feb 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No change building current main at this commit :(
Still no list of bands.

Please sign in to comment.