From 857edcb54a0949fb4a0ec4f5060ecad40b98748e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 17 Jan 2009 15:35:42 +0900 Subject: [PATCH] when reviewing early, set remaining=0 --- ankiqt/ui/status.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ankiqt/ui/status.py b/ankiqt/ui/status.py index 731c3981b..ff4023808 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -141,6 +141,8 @@ class StatusView(object): remStr += "0" elif self.state == "deckEmpty": remStr += "0" + elif self.main.deck.reviewEarly: + remStr += "0" else: # remaining string, bolded depending on current card if not self.main.currentCard: