From a57fa0d6a962be29c97994997c1307dea648fe6b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 5 Jan 2024 16:30:39 +0530 Subject: [PATCH] Fix a regression in the previous release that caused the cover browser to not close when it is used as a separate window --- src/calibre/gui2/cover_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/gui2/cover_flow.py b/src/calibre/gui2/cover_flow.py index 65cb3ffb2b..7be538f4bf 100644 --- a/src/calibre/gui2/cover_flow.py +++ b/src/calibre/gui2/cover_flow.py @@ -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):