From 6423089a4e3c0b777b2608aa6147bb8aa2d108d7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 14 Feb 2013 09:08:50 +0530 Subject: [PATCH] Fix #1124687 (ENHANCEMENT/bug Scroll the News Source names by letter) --- src/calibre/gui2/dialogs/scheduler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/dialogs/scheduler.py b/src/calibre/gui2/dialogs/scheduler.py index 2ae4619d7a..fc50f164ac 100644 --- a/src/calibre/gui2/dialogs/scheduler.py +++ b/src/calibre/gui2/dialogs/scheduler.py @@ -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():