diff -r ba22309243a1 -r f8c3d4e6102c radioapp/radiowidgets/src/radiofrequencystrip.cpp --- a/radioapp/radiowidgets/src/radiofrequencystrip.cpp Thu Jul 08 12:44:18 2010 +0300 +++ b/radioapp/radiowidgets/src/radiofrequencystrip.cpp Fri Jul 23 10:16:59 2010 +0300 @@ -841,7 +841,9 @@ newPos -= mSelectorPos - ROUNDER; - scrollContentsTo( QPointF( newPos, 0 ), time ); +// scrollContentsTo( QPointF( newPos, 0 ), time ); +// TODO: Remove this and uncomment the above line. This is a temporary workaround to get the strip to move + scrollContentsTo( QPointF( newPos, 0 ), 0 ); } /*!