don't show completion dropdown on focus in

obscures buttons and gives the impression something needs to be chosen
https://anki.tenderapp.com/discussions/ankidesktop/27132-anki-bug-with-tags-and-decks#comment_44820594
This commit is contained in:
Damien Elmes 2018-03-02 12:19:10 +10:00
parent dc6ebca944
commit 9db9d144b9

View File

@ -33,7 +33,6 @@ class TagEdit(QLineEdit):
def focusInEvent(self, evt):
QLineEdit.focusInEvent(self, evt)
self.showCompleter()
def keyPressEvent(self, evt):
if evt.key() in (Qt.Key_Up, Qt.Key_Down):