mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 12:31:52 +02:00
* Fixed resetting the label while an area is hovered.
This commit is contained in:
parent
80269932ad
commit
c3c6da389e
@ -234,6 +234,8 @@ QueryLabel::setElideMode( Qt::TextElideMode mode )
|
||||
void
|
||||
QueryLabel::updateLabel()
|
||||
{
|
||||
m_hoverArea = QRect();
|
||||
|
||||
updateGeometry();
|
||||
update();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user