From b99e349695ffcf0b5889305bf091c4f57e3faf84 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 14 Apr 2014 15:32:30 +0900 Subject: [PATCH] fix copy not appearing when reviewing --- aqt/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/main.py b/aqt/main.py index 292b2c079..19716ea98 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -512,7 +512,7 @@ title="%s">%s''' % ( self.toolbar = aqt.toolbar.Toolbar(self, tweb) self.toolbar.draw() # main area - self.web = aqt.webview.AnkiWebView() + self.web = aqt.webview.AnkiWebView(canCopy=True) self.web.setObjectName("mainText") self.web.setFocusPolicy(Qt.WheelFocus) self.web.setMinimumWidth(400)