From b62f7e847b585332fc9b6845efb2c719bb87fc62 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 15 Nov 2008 02:38:27 +0900 Subject: [PATCH] make sure initial card has correct css --- ankiqt/ui/addcards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ankiqt/ui/addcards.py b/ankiqt/ui/addcards.py index de75a9f28..4ad257a75 100644 --- a/ankiqt/ui/addcards.py +++ b/ankiqt/ui/addcards.py @@ -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