Remove hiding Qt autocompleter from AddCards

This commit is contained in:
Henrik Giesel 2021-09-08 16:52:55 +02:00
parent 60b1d65351
commit ae225f9569

View File

@ -224,9 +224,6 @@ class AddCards(QDialog):
self.addHistory(note) self.addHistory(note)
# workaround for PyQt focus bug
self.editor.hideCompleters()
tooltip(tr.adding_added(), period=500) tooltip(tr.adding_added(), period=500)
av_player.stop_and_clear_queue() av_player.stop_and_clear_queue()
self._load_new_note(sticky_fields_from=note) self._load_new_note(sticky_fields_from=note)