mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
make sure initial card has correct css
This commit is contained in:
parent
ab20511bab
commit
b62f7e847b
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ question or answer on all cards. Can't proceed."""), parent=self)
|
|||
self)):
|
||||
ui.dialogs.close("AddCards")
|
||||
self.parent.deck.s.flush()
|
||||
self.parent.deck.rebuildCSS()
|
||||
self.parent.moveToState("auto")
|
||||
saveGeom(self, "add")
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue