Merge pull request #245 from glutanimate/fix-findreplace-showinfo-focus

Set showInfo parent explicitly in in browser find and replace
This commit is contained in:
Damien Elmes 2018-07-26 16:31:13 +10:00 committed by GitHub
commit 9c85e17628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1711,7 +1711,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")