mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
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:
commit
9c85e17628
1 changed files with 1 additions and 1 deletions
|
@ -1711,7 +1711,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")
|
||||
|
|
Loading…
Reference in a new issue