mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 20:57:52 +02:00
* Forgot to force a repaint when leaveEvent() is triggered.
This commit is contained in:
@@ -451,6 +451,7 @@ void
|
|||||||
QueryLabel::leaveEvent( QEvent* event )
|
QueryLabel::leaveEvent( QEvent* event )
|
||||||
{
|
{
|
||||||
m_hoverArea = QRect();
|
m_hoverArea = QRect();
|
||||||
|
repaint();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user