Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Muenker <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Sep 19, 2023
1 parent 94b90fc commit 5a63139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfda/input_widgets/input_pz.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def initStyleOption(self, option, index):
option.backgroundBrush = QBrush(Qt.SolidPattern)
option.backgroundBrush.setColor(QColor(100, 0, 0, 80))

--------------------------------------------------------------------------
# --------------------------------------------------------------------------
def text(self, item):
"""
Return item text as string transformed by self.displayText()
Expand Down

0 comments on commit 5a63139

Please sign in to comment.