projects
/
jiten-pai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b5e9e
)
* Fixed Radical List not closed the way it should.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 21 Jun 2021 21:25:16 +0000
(23:25 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Mon, 21 Jun 2021 21:25:16 +0000
(23:25 +0200)
kanjidic.py
patch
|
blob
|
history
diff --git
a/kanjidic.py
b/kanjidic.py
index 47ae445f5e314b5c7520e53d73e9bc428c61e654..b49a0341a665f4c858eda572b5fbe32036b3d1ca 100755
(executable)
--- 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):