1
0
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:
Christian Muehlhaeuser 2011-01-12 13:25:10 +01:00
parent 80269932ad
commit c3c6da389e

View File

@ -234,6 +234,8 @@ QueryLabel::setElideMode( Qt::TextElideMode mode )
void
QueryLabel::updateLabel()
{
m_hoverArea = QRect();
updateGeometry();
update();
}