equal
deleted
inserted
replaced
839 newPos += mMaxWidth; |
839 newPos += mMaxWidth; |
840 } |
840 } |
841 |
841 |
842 newPos -= mSelectorPos - ROUNDER; |
842 newPos -= mSelectorPos - ROUNDER; |
843 |
843 |
844 scrollContentsTo( QPointF( newPos, 0 ), time ); |
844 // scrollContentsTo( QPointF( newPos, 0 ), time ); |
|
845 // TODO: Remove this and uncomment the above line. This is a temporary workaround to get the strip to move |
|
846 scrollContentsTo( QPointF( newPos, 0 ), 0 ); |
845 } |
847 } |
846 |
848 |
847 /*! |
849 /*! |
848 * |
850 * |
849 */ |
851 */ |