mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05: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
9a0a3a2674
commit
2518c13f16
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