mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 20:20:44 +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 {
|
} else {
|
||||||
str.chop(1);// +=QObject::tr("No Data Here");
|
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