From 78ae7f48e689525ec239a8b28e9edb235d23c89c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 4 Dec 2008 00:38:32 +0900 Subject: [PATCH] make preview more like main window --- ankiqt/ui/facteditor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ankiqt/ui/facteditor.py b/ankiqt/ui/facteditor.py index 48dfecdaa..2f4607896 100644 --- a/ankiqt/ui/facteditor.py +++ b/ankiqt/ui/facteditor.py @@ -662,6 +662,7 @@ class PreviewDialog(QDialog): self.dialog.webView.setHtml( "" + mungeQA(self.deck, c.htmlQuestion()) + + "




" + mungeQA(self.deck, c.htmlAnswer())) playFromText(c.question) playFromText(c.answer)