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 75d1cb1f2a
commit 2336cd098c

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