Skip to content

Commit

Permalink
remove useless/invalid fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap committed Aug 27, 2023
1 parent 4c9cedf commit 7a47e25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions btl/ui/spinbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ def valueFromText(self, text):

return value

def fixup(self, text):
value = self.valueFromText(text)
return self.textFromValue(value)

def validate(self, text, pos):
return QValidator.Acceptable, text, pos

Expand Down

0 comments on commit 7a47e25

Please sign in to comment.