Move Minutes at pressure tooltip to other side of cursor so it's visible at the end

This commit is contained in:
Mark Watkins 2016-03-17 18:51:10 +10:00
parent 99f668be05
commit 09012510b6

View File

@ -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);
}