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:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user