mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
rebuild counts after reschedule
This commit is contained in:
parent
5460e1d820
commit
b715059bfd
1 changed files with 1 additions and 0 deletions
|
|
@ -788,6 +788,7 @@ where id in (%s)""" % ",".join([
|
|||
return
|
||||
self.deck.rescheduleCards(self.selectedCards(), min, max)
|
||||
finally:
|
||||
self.deck.rebuildCounts()
|
||||
self.deck.rebuildQueue()
|
||||
self.deck.setUndoEnd(n)
|
||||
self.updateAfterCardChange(reset=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue