forked from openlp/openlp
Disable OpenGL on linux (too). Fixes bug 1535332.
Fixes: https://launchpad.net/bugs/1535332
This commit is contained in:
parent
7d677025b5
commit
9415018899
@ -86,12 +86,6 @@ class Display(QtWidgets.QGraphicsView):
|
|||||||
super(Display, self).__init__()
|
super(Display, self).__init__()
|
||||||
self.controller = parent
|
self.controller = parent
|
||||||
self.screen = {}
|
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):
|
def setup(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user