From 49730b949e71b02894132eee626d12aa478de57d Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 11 Sep 2011 22:03:06 +1000 Subject: [PATCH] QPainter crash fix test --- Graphs/gGraphView.cpp | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index a6e8176e..f0602ed0 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -1284,18 +1284,21 @@ void gGraphView::DrawTextQue() glPushAttrib(GL_COLOR_BUFFER_BIT); //glFlush(); //glEnable(GL_BLEND); - QPainter painter(this); + QPainter painter(QGLContext::currentContext()->device()); int w,h; for (int i=0;i