Skip to content

Commit

Permalink
Fix missing tagger property in TipSlider
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Apr 25, 2024
1 parent 5f5b4e4 commit 1222821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picard/ui/options/releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def __init__(self, *args):
self.setSingleStep(self._step)
self.setTickInterval(self._step)
self.setPageStep(self._pagestep)
self.tagger = QtCore.QCoreApplication.instance()

def showEvent(self, event):
super().showEvent(event)
Expand Down

0 comments on commit 1222821

Please sign in to comment.