1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* Fixed AnimatedSpinner flickering when resizing window.

This commit is contained in:
Christian Muehlhaeuser
2013-05-30 04:23:38 +02:00
parent 67e30668dd
commit 5afed57070

View File

@@ -124,7 +124,6 @@ AnimatedSpinner::paintEvent( QPaintEvent* event )
if ( center != pos() ) if ( center != pos() )
{ {
move( center ); move( center );
return;
} }
} }