mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -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()
|
info, cs = self._cardInfoData()
|
||||||
reps = self._revlogData(cs)
|
reps = self._revlogData(cs)
|
||||||
class CardInfoDialog(QDialog):
|
class CardInfoDialog(QDialog):
|
||||||
|
silentlyClose = True
|
||||||
|
|
||||||
def reject(self):
|
def reject(self):
|
||||||
saveGeom(self, "revlog")
|
saveGeom(self, "revlog")
|
||||||
return QDialog.reject(self)
|
return QDialog.reject(self)
|
||||||
|
|
Loading…
Reference in a new issue