Remove hiding Qt autocompleter from AddCards
This commit is contained in:
parent
60b1d65351
commit
ae225f9569
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user