mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 18:45:20 -04:00
Fix #1124687 (ENHANCEMENT/bug Scroll the News Source names by letter)
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user