1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* Jump to first anchor when jumping to more albums/songs.

This commit is contained in:
Christian Muehlhaeuser
2014-08-20 09:22:41 +02:00
parent 13cec067c8
commit ea4180b57e

View File

@@ -469,6 +469,7 @@ void
ArtistInfoWidget::onTopHitsMoreClicked()
{
m_stackedWidget->setCurrentIndex( 1 );
onSliderValueChanged( 0 );
}
@@ -476,6 +477,7 @@ void
ArtistInfoWidget::onAlbumsMoreClicked()
{
m_stackedWidget->setCurrentIndex( 2 );
onSliderValueChanged( 0 );
}