From 2ed067ea0ca4f24c5ada0a1a547a1d6155e6af30 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Mon, 4 Mar 2013 20:22:43 +0100 Subject: [PATCH] enable OpenGL again --- openlp/core/ui/maindisplay.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index bfe223373..f6150f4a2 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -76,8 +76,7 @@ class Display(QtGui.QGraphicsView): # time. We need to investigate more how to use OpenGL properly on Mac OS # X. if sys.platform != 'darwin': - pass - #self.setViewport(QtOpenGL.QGLWidget()) + self.setViewport(QtOpenGL.QGLWidget()) def setup(self): """