mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
I can't think of any reason that removing this wasn't a mistake, so I'm
putting it back
This commit is contained in:
@@ -205,6 +205,7 @@ AudioControls::onPlaybackStarted( const Tomahawk::result_ptr& result )
|
|||||||
m_sliderTimeLine.stop();
|
m_sliderTimeLine.stop();
|
||||||
m_sliderTimeLine.setDuration( duration );
|
m_sliderTimeLine.setDuration( duration );
|
||||||
m_sliderTimeLine.setFrameRange( 0, duration );
|
m_sliderTimeLine.setFrameRange( 0, duration );
|
||||||
|
m_sliderTimeLine.setCurveShape( QTimeLine::LinearCurve );
|
||||||
m_sliderTimeLine.setCurrentTime( 0 );
|
m_sliderTimeLine.setCurrentTime( 0 );
|
||||||
m_seekMsecs = -1;
|
m_seekMsecs = -1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user