Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Münker <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Dec 8, 2020
1 parent c44a6a1 commit 34c548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfda/plot_widgets/plot_impz_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def _store_entry(source):
if event.type() in {QEvent.FocusIn,QEvent.KeyPress, QEvent.FocusOut}:
if event.type() == QEvent.FocusIn:
self.spec_edited = False
self.update_freqs()()
self.update_freqs()
elif event.type() == QEvent.KeyPress:
self.spec_edited = True # entry has been changed
key = event.key()
Expand Down

0 comments on commit 34c548c

Please sign in to comment.