mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 01:39:42 +01:00
* Don't reset current viewpage when the new page is the same as the current one.
This commit is contained in:
parent
ee6e3c9e69
commit
0f7291368f
@ -640,6 +640,8 @@ ViewManager::setPage( ViewPage* page, bool trackHistory )
|
||||
{
|
||||
if ( !page )
|
||||
return;
|
||||
if ( page == m_currentPage )
|
||||
return;
|
||||
|
||||
// save the old playlist shuffle state in config before we change playlists
|
||||
saveCurrentPlaylistSettings();
|
||||
|
Loading…
x
Reference in New Issue
Block a user