mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Remove ugly lines over MinutesAtPressure graph
This commit is contained in:
parent
4dcf9845f7
commit
e785a1b604
@ -286,8 +286,7 @@ void MinutesAtPressure::paint(QPainter &painter, gGraph &graph, const QRegion &r
|
||||
row++;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#ifdef UGLYLINES
|
||||
float maxmins = float(maxtime) / 60.0;
|
||||
float ymult = height / maxmins;
|
||||
|
||||
@ -371,6 +370,8 @@ void MinutesAtPressure::paint(QPainter &painter, gGraph &graph, const QRegion &r
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
// QString txt=QString("%1 %2").arg(maxmins).arg(float(maxevents * 60.0) / maxmins);
|
||||
// graph.renderText(txt, rect.left(), rect.top()-10);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user