mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 10:05:32 +02:00
* Fixed AnimatedSpinner flickering when resizing window.
This commit is contained in:
committed by
Michael Zanetti
parent
606a86e016
commit
9d0c8e1b03
@@ -124,7 +124,6 @@ AnimatedSpinner::paintEvent( QPaintEvent* event )
|
|||||||
if ( center != pos() )
|
if ( center != pos() )
|
||||||
{
|
{
|
||||||
move( center );
|
move( center );
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user