mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Move Minutes at pressure tooltip to other side of cursor so it's visible at the end
This commit is contained in:
parent
99f668be05
commit
09012510b6
@ -281,7 +281,7 @@ void MinutesAtPressure::paint(QPainter &painter, gGraph &graph, const QRegion &r
|
||||
} else {
|
||||
str.chop(1);// +=QObject::tr("No Data Here");
|
||||
}
|
||||
graph.ToolTip(str, mouse.x(), mouse.y(), TT_AlignLeft);
|
||||
graph.ToolTip(str, mouse.x(), mouse.y(), TT_AlignRight);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user