1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-08 07:07:05 +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 void
QueryLabel::updateLabel() QueryLabel::updateLabel()
{ {
m_hoverArea = QRect();
updateGeometry(); updateGeometry();
update(); update();
} }