ensure card info is closed properly

This commit is contained in:
Damien Elmes 2019-04-09 16:21:43 +10:00
parent fda69219fc
commit dac5ea2a7a

View file

@ -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)