This commit is contained in:
Kovid Goyal 2012-07-02 16:15:22 +05:30
parent d6e725d1fa
commit 0201e87440

View File

@ -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)