mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1124687 (ENHANCEMENT/bug Scroll the News Source names by letter)
This commit is contained in:
parent
a244dca3b2
commit
6423089a4e
@ -283,6 +283,7 @@ class SchedulerDialog(QDialog, Ui_Dialog):
|
||||
urn = self.current_urn
|
||||
if urn is not None:
|
||||
self.initialize_detail_box(urn)
|
||||
self.recipes.scrollTo(current)
|
||||
|
||||
def accept(self):
|
||||
if not self.commit():
|
||||
|
Loading…
x
Reference in New Issue
Block a user