mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
* Jump to first anchor when jumping to more albums/songs.
This commit is contained in:
@@ -469,6 +469,7 @@ void
|
|||||||
ArtistInfoWidget::onTopHitsMoreClicked()
|
ArtistInfoWidget::onTopHitsMoreClicked()
|
||||||
{
|
{
|
||||||
m_stackedWidget->setCurrentIndex( 1 );
|
m_stackedWidget->setCurrentIndex( 1 );
|
||||||
|
onSliderValueChanged( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -476,6 +477,7 @@ void
|
|||||||
ArtistInfoWidget::onAlbumsMoreClicked()
|
ArtistInfoWidget::onAlbumsMoreClicked()
|
||||||
{
|
{
|
||||||
m_stackedWidget->setCurrentIndex( 2 );
|
m_stackedWidget->setCurrentIndex( 2 );
|
||||||
|
onSliderValueChanged( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user