From cd33d807fcf9d4cbc7c429e944ed40ec088e9d2a Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sun, 18 Sep 2011 12:28:10 +0200 Subject: [PATCH] removed test code --- openlp/core/ui/maindisplay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index b96fe9985..9904868ce 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -103,7 +103,6 @@ class MainDisplay(QtGui.QGraphicsView): self.createMediaObject() log.debug(u'Setup webView') self.webView = QtWebKit.QWebView(self) - self.webView.settings().setAttribute(7, True) self.webView.setGeometry(0, 0, self.screen[u'size'].width(), self.screen[u'size'].height()) self.page = self.webView.page()