mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d6e725d1fa
commit
0201e87440
@ -168,10 +168,6 @@ class MultiCompleteComboBox(EnComboBox):
|
||||
c.setCompletionPrefix('')
|
||||
c.complete()
|
||||
|
||||
def hidePopup(self):
|
||||
self.le.update_completions()
|
||||
EnComboBox.hidePopup(self)
|
||||
|
||||
def update_items_cache(self, complete_items):
|
||||
self.lineEdit().update_items_cache(complete_items)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user