mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 19:14:48 +02:00
Fix #1124687 (ENHANCEMENT/bug Scroll the News Source names by letter)
This commit is contained in:
parent
a244dca3b2
commit
6423089a4e
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ def current_changed(self, current, previous):
|
|||
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…
Reference in a new issue