mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/richmidwinter/calibre
This commit is contained in:
commit
6614f12bd7
@ -686,6 +686,7 @@ class JobsDialog(QDialog, Ui_JobsDialog):
|
|||||||
d.timer.stop()
|
d.timer.stop()
|
||||||
|
|
||||||
def show_details(self, *args):
|
def show_details(self, *args):
|
||||||
|
self.jobs_view.setFocus()
|
||||||
index = self.jobs_view.currentIndex()
|
index = self.jobs_view.currentIndex()
|
||||||
if index.isValid():
|
if index.isValid():
|
||||||
self.show_job_details(index)
|
self.show_job_details(index)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user