remove disabling opengl - done in new branch

This commit is contained in:
Martin Zibricky 2011-12-22 19:21:22 +01:00
parent 82728e148e
commit 4071bc8deb
1 changed files with 1 additions and 6 deletions

View File

@ -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):
"""