mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
delegate all links
This commit is contained in:
parent
02003ff1ed
commit
9266a3b204
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,7 @@ later by using File>Close.
|
|||
self.anchorClicked)
|
||||
# main
|
||||
self.mainWin.mainText.page().setLinkDelegationPolicy(
|
||||
QWebPage.DelegateExternalLinks)
|
||||
QWebPage.DelegateAllLinks)
|
||||
self.connect(self.mainWin.mainText,
|
||||
SIGNAL("linkClicked(QUrl)"),
|
||||
self.linkClicked)
|
||||
|
|
Loading…
Reference in a new issue