This commit is contained in:
Kovid Goyal 2024-11-21 21:13:54 +05:30
commit 6614f12bd7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)