mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +02:00
* Prevent flickering on pause / resume.
This commit is contained in:
@@ -444,8 +444,8 @@ void
|
||||
AudioControls::onPlaybackPaused()
|
||||
{
|
||||
tDebug( LOGEXTRA ) << Q_FUNC_INFO;
|
||||
ui->playPauseButton->setVisible( true );
|
||||
ui->pauseButton->setVisible( false );
|
||||
ui->playPauseButton->setVisible( true );
|
||||
m_sliderTimeLine.setPaused( true );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user