Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/richmidwinter/calibre
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 21, 2024
2 parents 25b4610 + 66e2520 commit 6614f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/calibre/gui2/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ def show_job_details(self, index):
d.timer.stop()

def show_details(self, *args):
self.jobs_view.setFocus()
index = self.jobs_view.currentIndex()
if index.isValid():
self.show_job_details(index)
Expand Down

0 comments on commit 6614f12

Please sign in to comment.