changeset 38 | f8c3d4e6102c |
parent 34 | bc10a61bd7d3 |
child 39 | ac7857bd5fdb |
--- 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 ); } /*!