mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix ElidedLabel::mousePressEvent.
This commit is contained in:
parent
ebd5da5e83
commit
ce9fc7b7b5
@ -221,5 +221,7 @@ void ElidedLabel::mousePressEvent(QMouseEvent *ev)
|
||||
{
|
||||
if (mElided && (ev->buttons()==Qt::LeftButton) && (mRectElision.contains(ev->pos()))){
|
||||
QToolTip::showText(mapToGlobal(QPoint(0, 0)),QString("<FONT>") + mContent + QString("</FONT>"));
|
||||
return; // eat event
|
||||
}
|
||||
QLabel::mousePressEvent(ev);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user