mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix bug #743533: Active book highlight bar to move with metadata.
This commit is contained in:
parent
1982507fba
commit
80ec48e50b
@ -164,6 +164,8 @@ class EditMetadataAction(InterfaceAction):
|
||||
if d.row_delta == 0:
|
||||
break
|
||||
current_row += d.row_delta
|
||||
self.gui.library_view.set_current_row(current_row)
|
||||
self.gui.library_view.scroll_to_row(current_row)
|
||||
|
||||
|
||||
if changed:
|
||||
|
Loading…
x
Reference in New Issue
Block a user