1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-10-04 09:31:41 +02:00

* Fixed FadingPixmap isn't initialized with m_isDefault being true.

This commit is contained in:
Christian Muehlhaeuser
2012-07-06 07:36:43 +02:00
parent 78e1f8236c
commit b1955dd9b7
2 changed files with 7 additions and 17 deletions

View File

@@ -352,7 +352,7 @@ AudioControls::onPlaybackStopped()
ui->ownerLabel->setText( "" );
ui->timeLabel->setText( "" );
ui->timeLeftLabel->setText( "" );
ui->coverImage->setPixmap( QPixmap(), true );
ui->coverImage->setPixmap( QPixmap(), false );
ui->seekSlider->setVisible( false );
m_sliderTimeLine.stop();
m_sliderTimeLine.setCurrentTime( 0 );