webview was calling wrong super func

This commit is contained in:
Damien Elmes 2012-12-20 21:39:06 +09:00
parent 9a99ee1acb
commit 4da884d1b6

View file

@ -75,7 +75,7 @@ class AnkiWebView(QWebView):
if self._keyHandler(evt): if self._keyHandler(evt):
evt.accept() evt.accept()
return return
QWebView.keyPressEvent(self, evt) QWebView.keyReleaseEvent(self, evt)
def contextMenuEvent(self, evt): def contextMenuEvent(self, evt):
# lazy: only run in reviewer # lazy: only run in reviewer