mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit metadata dialog: Fix window title not changing when using the Next/previous buttons if the books being edited have the same title. Fixes #1383014 [location identifier in edit metadata individually stuck](https://bugs.launchpad.net/calibre/+bug/1383014)
This commit is contained in:
parent
65468af80f
commit
818423e9eb
@ -602,6 +602,7 @@ class MetadataSingleDialogBase(ResizableDialog):
|
||||
if apply_changes:
|
||||
self.apply_changes()
|
||||
self.current_row += delta
|
||||
self.update_window_title()
|
||||
prev = next_ = None
|
||||
if self.current_row > 0:
|
||||
prev = self.db.title(self.row_list[self.current_row-1])
|
||||
|
Loading…
x
Reference in New Issue
Block a user