mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1971461 [Blank Book Details when switching from Device to Library](https://bugs.launchpad.net/calibre/+bug/1971461)
This commit is contained in:
parent
fd8a8c24bc
commit
9ca689c810
@ -945,6 +945,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
|
||||
self.vl_tabs.setEnabled(False)
|
||||
# Reset the view in case something changed while it was invisible
|
||||
self.current_view().reset()
|
||||
self.current_view().refresh_book_details()
|
||||
self.set_number_of_books_shown()
|
||||
self.update_status_bar()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user