diff --git a/Graphs/glcommon.cpp b/Graphs/glcommon.cpp index 4be34f9d..83cdc383 100644 --- a/Graphs/glcommon.cpp +++ b/Graphs/glcommon.cpp @@ -117,7 +117,7 @@ void DrawTextQueue(gGraphWindow & wid) if (wid.parentWidget()!=0) { QPainter painter(&wid); - painter.setRenderHint(QPainter::TextAntialiasing,true); + painter.setRenderHint(QPainter::HighQualityAntialiasing,true); // TODO.. Prerotate the 90degree stuff here and keep the matrix for all of these.. for (int i=0;i