mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 12:31:52 +02:00
* Prevent flickering on pause / resume.
This commit is contained in:
parent
eb4f1a1bfc
commit
9390c280d5
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user