diff --git a/sleepyhead/Graphs/gLineChart.cpp b/sleepyhead/Graphs/gLineChart.cpp index 6fb1e964..0024cfd5 100644 --- a/sleepyhead/Graphs/gLineChart.cpp +++ b/sleepyhead/Graphs/gLineChart.cpp @@ -196,7 +196,7 @@ void gLineChart::paint(QPainter &painter, gGraph &w, const QRegion ®ion) } w.roundY(miny, maxy); -#define DEBUG_AUTOSCALER +//#define DEBUG_AUTOSCALER #ifdef DEBUG_AUTOSCALER QString a = QString().sprintf("%.2f - %.2f",miny, maxy); w.renderText(a,width/2,top-5);