From: Urban Wallasch Date: Thu, 24 Jun 2021 22:16:38 +0000 (+0200) Subject: * Fixed the fix in caa3db1 (editor undo accident). X-Git-Tag: v0.1.0~35 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=85ea64825eee0704c2fd0482b80dd7aa25c91ccd;p=jiten-pai.git * Fixed the fix in caa3db1 (editor undo accident). --- diff --git a/jiten-pai.py b/jiten-pai.py index ab0930b..f74d9ec 100755 --- a/jiten-pai.py +++ b/jiten-pai.py @@ -1221,7 +1221,7 @@ class jpMainWindow(QMainWindow): def search_clear(self): self.search_box.setFocus() self.search_box.setCurrentIndex(-1) - self.search_box.clearText() + self.search_box.clearEditText() TERM_END = r'(\(.+?\))?(;|$)' def _search_apply_options(self, term, mode):