make sure initial card has correct css

This commit is contained in:
Damien Elmes 2008-11-15 02:38:27 +09:00
parent ab20511bab
commit b62f7e847b

View file

@ -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