mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix copy not appearing when reviewing
This commit is contained in:
parent
468c4f0c4b
commit
b99e349695
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ title="%s">%s</button>''' % (
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue