From: Urban Wallasch Date: Mon, 21 Jun 2021 21:25:16 +0000 (+0200) Subject: * Fixed Radical List not closed the way it should. X-Git-Tag: v0.1.0~88 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=e1e2c444032e95cfb016d66e9dd3a01b1d08e5c0;p=jiten-pai.git * Fixed Radical List not closed the way it should. --- diff --git a/kanjidic.py b/kanjidic.py index 47ae445..b49a034 100755 --- a/kanjidic.py +++ b/kanjidic.py @@ -675,7 +675,7 @@ class kdMainWindow(QDialog): def closeEvent(self, event): if self.radlist: - self.radlist.destroy() + self.radlist.close() event.accept() def stroke_search_toggle(self):