From 284c8d2543e18940c410e267ad4ea159b630ccd0 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 4 Dec 2011 16:08:19 +0900 Subject: [PATCH] revert previous change; don't mod card when displaying --- aqt/reviewer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aqt/reviewer.py b/aqt/reviewer.py index 9c8d7735e..66b74d93f 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -121,8 +121,6 @@ function _typeAnsPress() { def _showQuestion(self): self.state = "question" c = self.card - # mod the card so it shows up in the recently modified list - c.flush() # grab the question and play audio q = c.q() if self.mw.pm.profile['autoplay']: