From 9415018899a49d39e2262768c9cd141d9662ee38 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Fri, 22 Jan 2016 20:52:50 +0100 Subject: [PATCH] Disable OpenGL on linux (too). Fixes bug 1535332. Fixes: https://launchpad.net/bugs/1535332 --- openlp/core/ui/maindisplay.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index dd9de07ca..f27adec1b 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -86,12 +86,6 @@ class Display(QtWidgets.QGraphicsView): super(Display, self).__init__() self.controller = parent self.screen = {} - # 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 not is_macosx() and not is_win(): - self.setViewport(QtOpenGL.QGLWidget()) def setup(self): """