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 9a0a3a2674
commit 2518c13f16

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': changed,
'b': len(sf),
})
}, parent=self)
def onFindReplaceHelp(self):
openHelp("findreplace")