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:
parent
c3c6da389e
commit
d09fb9a428
@ -451,6 +451,7 @@ void
|
||||
QueryLabel::leaveEvent( QEvent* event )
|
||||
{
|
||||
m_hoverArea = QRect();
|
||||
repaint();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user