mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Disable autoscaler debugging code
This commit is contained in:
parent
61e9e64d05
commit
5a4c113e71
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user