mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix a regression in the previous release that caused the cover browser to not close when it is used as a separate window
This commit is contained in:
parent
c3cffae07d
commit
a57fa0d6a9
@ -431,7 +431,6 @@ class CoverFlowMixin:
|
||||
self.cb_button.set_state_to_hide()
|
||||
|
||||
def cover_browser_closed(self, *args):
|
||||
self.cb_dialog = None
|
||||
self.cb_button.set_state_to_show()
|
||||
|
||||
def hide_cover_browser(self, *args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user