From c8ad0888ff829474bc58bb9e6d514d22a9bccf7a Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 20 Aug 2011 16:55:47 +1000 Subject: [PATCH] Rolled back the most recent GL sync method --- Graphs/graphwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphs/graphwindow.cpp b/Graphs/graphwindow.cpp index 13d10683..71ff09c7 100644 --- a/Graphs/graphwindow.cpp +++ b/Graphs/graphwindow.cpp @@ -811,11 +811,11 @@ void gGraphWindow::initializeGL() m_scrX=width(); m_scrY=height(); - QGLFormat glFormat(QGL::SampleBuffers); + /*QGLFormat glFormat(QGL::SampleBuffers); glFormat.setAlpha(true); glFormat.setDirectRendering(true); glFormat.setSwapInterval(1); - setFormat(glFormat); + setFormat(glFormat);*/ }