mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 21:57:12 -05:00
ensure the fact area is focused on addcards
This commit is contained in:
parent
b4a7979157
commit
a07f62b507
1 changed files with 1 additions and 1 deletions
|
|
@ -35,8 +35,8 @@ class AddCards(QDialog):
|
|||
self.forceClose = False
|
||||
#restoreGeom(self, "add")
|
||||
addHook('reset', self.onReset)
|
||||
self.setupNewFact()
|
||||
self.open()
|
||||
self.setupNewFact()
|
||||
|
||||
def focusOutEvent(self, evt):
|
||||
print "focus lost"
|
||||
|
|
|
|||
Loading…
Reference in a new issue