From 5a4c113e71cdc097992c9ce0e85d87400c18eca3 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Tue, 20 May 2014 22:07:32 +1000 Subject: [PATCH] Disable autoscaler debugging code --- sleepyhead/Graphs/gLineChart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);