Set showInfo parent explicitly in in browser find and replace

Fixes an issue where focus would be passed over to mw after longer
find and replace processing times.
This commit is contained in:
Glutanimate 2018-07-25 12:00:08 +02:00
parent 377bb78b88
commit 7ea02d5ea9

View file

@ -1709,7 +1709,7 @@ update cards set usn=?, mod=?, did=? where id in """ + scids,
"%(a)d of %(b)d notes updated", len(sf)) % { "%(a)d of %(b)d notes updated", len(sf)) % {
'a': changed, 'a': changed,
'b': len(sf), 'b': len(sf),
}) }, parent=self)
def onFindReplaceHelp(self): def onFindReplaceHelp(self):
openHelp("findreplace") openHelp("findreplace")