1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 17:29:42 +01:00

Fix an issue where the slider could get stuck

This commit is contained in:
Jeff Mitchell 2012-09-25 19:47:26 -04:00 committed by Dominik Schmidt
parent 2d8abe99f7
commit 9b4cde3ab5

View File

@ -381,6 +381,8 @@ AudioControls::onPlaybackResumed()
{
tDebug( LOGEXTRA ) << Q_FUNC_INFO;
ui->stackedLayout->setCurrentWidget( ui->pauseButton );
m_seeked = true;
onPlaybackTimer( m_lastSliderCheck );
}