mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Add missing translation call for a tooltip
This commit is contained in:
parent
5bd53a14a7
commit
29a782731f
@ -1851,7 +1851,7 @@ void gGraphView::mouseMoveEvent(QMouseEvent *event)
|
|||||||
if (x >= titleWidth + 10) {
|
if (x >= titleWidth + 10) {
|
||||||
this->setCursor(Qt::ArrowCursor);
|
this->setCursor(Qt::ArrowCursor);
|
||||||
} else {
|
} else {
|
||||||
m_tooltip->display("Double click title to pin / unpin\nClick and drag to reorder graphs", x + 10, y, TT_AlignLeft);
|
m_tooltip->display(tr("Double click title to pin / unpin\nClick and drag to reorder graphs"), x + 10, y, TT_AlignLeft);
|
||||||
timedRedraw(0);
|
timedRedraw(0);
|
||||||
|
|
||||||
this->setCursor(Qt::OpenHandCursor);
|
this->setCursor(Qt::OpenHandCursor);
|
||||||
|
Loading…
Reference in New Issue
Block a user