mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
ensure card info is closed properly
This commit is contained in:
parent
fda69219fc
commit
dac5ea2a7a
1 changed files with 2 additions and 0 deletions
|
@ -1127,6 +1127,8 @@ by clicking on one on the left."""))
|
|||
info, cs = self._cardInfoData()
|
||||
reps = self._revlogData(cs)
|
||||
class CardInfoDialog(QDialog):
|
||||
silentlyClose = True
|
||||
|
||||
def reject(self):
|
||||
saveGeom(self, "revlog")
|
||||
return QDialog.reject(self)
|
||||
|
|
Loading…
Reference in a new issue