mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -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)):
|
self)):
|
||||||
ui.dialogs.close("AddCards")
|
ui.dialogs.close("AddCards")
|
||||||
self.parent.deck.s.flush()
|
self.parent.deck.s.flush()
|
||||||
|
self.parent.deck.rebuildCSS()
|
||||||
self.parent.moveToState("auto")
|
self.parent.moveToState("auto")
|
||||||
saveGeom(self, "add")
|
saveGeom(self, "add")
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in a new issue