From 4071bc8deb18fe7fe233cca9138d5b30e37c7727 Mon Sep 17 00:00:00 2001 From: Martin Zibricky Date: Thu, 22 Dec 2011 19:21:22 +0100 Subject: [PATCH] remove disabling opengl - done in new branch --- openlp/core/ui/maindisplay.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index e99e98f1d..4e314d747 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -61,12 +61,7 @@ class Display(QtGui.QGraphicsView): self.controller = controller self.screen = {} self.plugins = PluginManager.get_instance().plugins - # FIXME: On Mac OS X (tested on 10.7) the display screen is corrupt with - # OpenGL. Only white blank screen is shown on the 2nd monitor all the - # time. We need to investigate more how to use OpenGL properly on Mac OS - # X. - if platform.system() != 'Darwin': - self.setViewport(QtOpenGL.QGLWidget()) + self.setViewport(QtOpenGL.QGLWidget()) def setup(self): """