diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index e3db140f..4ff51d19 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -1218,7 +1218,7 @@ void gGraphView::paintGL() //ax=px;//-m_offsetX; bool threaded; - if (m_idealthreads>1) { + if (pref["EnableGraphSnapshots"].toBool() && (m_idealthreads>1)) { threaded=true; } else threaded=false; @@ -1288,7 +1288,9 @@ void gGraphView::paintGL() //glDisable(GL_DEPTH_TEST); swapBuffers(); // Dump to screen. - qDebug() << "Graph Draw" << time.elapsed() << "ms" << m_idealthreads << "threads"; + int thr=1; + if (threaded) thr=m_idealthreads; + qDebug() << "Graph Draw" << time.elapsed() << "ms," << thr << "threads"; } // For manual scrolling diff --git a/mainwindow.ui b/mainwindow.ui index b6a5e10a..9910313b 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -566,7 +566,7 @@ 0 0 668 - 25 + 24 @@ -739,7 +739,7 @@ true - Display Crashy Snapshots + Enable Multithreading Warning: Enabling this feature may require you to either hand edit the Preferences.xml or delete SleepyHeads data folder.