mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
refresh deck after model change
This commit is contained in:
parent
58fd0f253c
commit
0dfe83cd85
1 changed files with 1 additions and 0 deletions
|
|
@ -1231,6 +1231,7 @@ where id in %s""" % ids2str(ids), new=new.id, ord=new.ordinal)
|
|||
self.flushMod()
|
||||
self.updateProgress()
|
||||
self.rebuildCounts()
|
||||
self.refresh()
|
||||
self.finishProgress()
|
||||
|
||||
# Fields
|
||||
|
|
|
|||
Loading…
Reference in a new issue