mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-30 23:00:21 -04:00
...
This commit is contained in:
parent
23ffe549a0
commit
399ce2c888
@ -198,6 +198,9 @@ class MultiCompleteLineEdit(QLineEdit):
|
||||
return True # Filter this event since the cw is visible
|
||||
return QLineEdit.eventFilter(self, o, e)
|
||||
|
||||
def hide_completion_window(self):
|
||||
self.complete_window.hide()
|
||||
|
||||
|
||||
def text_edited(self, *args):
|
||||
self.update_completions()
|
||||
|
Loading…
x
Reference in New Issue
Block a user