1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-18 23:17:59 +01:00

* Forgot to force a repaint when leaveEvent() is triggered.

This commit is contained in:
Christian Muehlhaeuser 2011-01-12 13:30:21 +01:00
parent c3c6da389e
commit d09fb9a428

View File

@ -451,6 +451,7 @@ void
QueryLabel::leaveEvent( QEvent* event )
{
m_hoverArea = QRect();
repaint();
}