enable OpenGL again

This commit is contained in:
Andreas Preikschat 2013-03-04 20:22:43 +01:00
parent 6d66e6b957
commit 2ed067ea0c
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ class Display(QtGui.QGraphicsView):
# time. We need to investigate more how to use OpenGL properly on Mac OS # time. We need to investigate more how to use OpenGL properly on Mac OS
# X. # X.
if sys.platform != 'darwin': if sys.platform != 'darwin':
pass self.setViewport(QtOpenGL.QGLWidget())
#self.setViewport(QtOpenGL.QGLWidget())
def setup(self): def setup(self):
""" """