Fix #1981135 [Calibre 5.99: X button in Template Functions kills Calibre.](https://bugs.launchpad.net/calibre/+bug/1981135)

This commit is contained in:
Kovid Goyal 2022-07-10 09:51:56 +05:30
parent 445066a381
commit 23b7b7ee5f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -355,10 +355,10 @@ class Preferences(QDialog):
getattr(self.showing_widget, sig).disconnect(getattr(self, sig))
except Exception:
pass
self.stack.setCurrentIndex(0)
self.showing_widget = QWidget(self.scroll_area)
self.scroll_area.setWidget(self.showing_widget)
self.setWindowTitle(__appname__ + ' - ' + _('Preferences'))
self.stack.setCurrentIndex(0)
self.title_bar.show_plugin()
self.setWindowIcon(QIcon.ic('config.png'))