mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
update cutoff when sitting in study options / finish screen
This commit is contained in:
parent
6d53fdc327
commit
9bfd6843bb
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ You should aim to answer each question within<br>
|
|||
if not self.main.deck:
|
||||
return
|
||||
if self.state in ("deckFinished", "studyScreen"):
|
||||
self.main.deck.updateCutoff()
|
||||
self.main.deck.reset()
|
||||
self.redraw()
|
||||
self.main.updateTitleBar()
|
||||
|
|
Loading…
Reference in a new issue