Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 17, 2021
1 parent 1c9d7f3 commit 90f2d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyjibe/fd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,9 @@ def on_rating_threshold(self):
for fdist in self.data_set:
self.autosave(fdist)

@QtCore.pyqtSlot(int)
@QtCore.pyqtSlot()
@show_wait_cursor
def on_tab_changed(self, index):
def on_tab_changed(self):
"""Called when the tab on the right hand is changed"""
if hasattr(self, "user_tab_selected"):
prevtab = self.user_tab_selected
Expand Down

0 comments on commit 90f2d7b

Please sign in to comment.