Fix #1124687 (ENHANCEMENT/bug Scroll the News Source names by letter)

This commit is contained in:
Kovid Goyal 2013-02-14 09:08:50 +05:30
parent a244dca3b2
commit 6423089a4e

View File

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