mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Fix an issue where the slider could get stuck
This commit is contained in:
committed by
Dominik Schmidt
parent
2d8abe99f7
commit
9b4cde3ab5
@@ -381,6 +381,8 @@ AudioControls::onPlaybackResumed()
|
|||||||
{
|
{
|
||||||
tDebug( LOGEXTRA ) << Q_FUNC_INFO;
|
tDebug( LOGEXTRA ) << Q_FUNC_INFO;
|
||||||
ui->stackedLayout->setCurrentWidget( ui->pauseButton );
|
ui->stackedLayout->setCurrentWidget( ui->pauseButton );
|
||||||
|
m_seeked = true;
|
||||||
|
onPlaybackTimer( m_lastSliderCheck );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user