mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Remove hiding Qt autocompleter from AddCards
This commit is contained in:
parent
60b1d65351
commit
ae225f9569
1 changed files with 0 additions and 3 deletions
|
@ -224,9 +224,6 @@ class AddCards(QDialog):
|
|||
|
||||
self.addHistory(note)
|
||||
|
||||
# workaround for PyQt focus bug
|
||||
self.editor.hideCompleters()
|
||||
|
||||
tooltip(tr.adding_added(), period=500)
|
||||
av_player.stop_and_clear_queue()
|
||||
self._load_new_note(sticky_fields_from=note)
|
||||
|
|
Loading…
Reference in a new issue