update combinedDue for the current card object, not just for the db

This commit is contained in:
Damien Elmes 2010-11-16 11:27:27 +09:00
parent 0afec850c0
commit c2f2225b7f

View file

@ -794,6 +794,7 @@ where id in """
if self.answerPreSave:
self.answerPreSave(card, ease)
# save
card.combinedDue = card.due
card.toDB(self.s)
# global/daily stats
anki.stats.updateAllStats(self.s, self._globalStats, self._dailyStats,