mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
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:
parent
377bb78b88
commit
7ea02d5ea9
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue