diff --git a/ankiqt/ui/cardlist.py b/ankiqt/ui/cardlist.py index 80ec669f4..dc43ddb65 100644 --- a/ankiqt/ui/cardlist.py +++ b/ankiqt/ui/cardlist.py @@ -788,7 +788,7 @@ where id in (%s)""" % ",".join([ return self.deck.rescheduleCards(self.selectedCards(), min, max) finally: - self.deck.rebuildCounts() + self.deck.rebuildCounts(full=False) self.deck.rebuildQueue() self.deck.setUndoEnd(n) self.updateAfterCardChange(reset=True)