mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* In Collection view with filter set: Don't jump to the selected item when expanding an artist.
This commit is contained in:
@@ -190,10 +190,15 @@ void
|
||||
TreeProxyModel::filterFinished()
|
||||
{
|
||||
m_artistsFilterCmd = 0;
|
||||
|
||||
if ( PlaylistInterface::filter() != m_filter )
|
||||
{
|
||||
emit filterChanged( m_filter );
|
||||
}
|
||||
|
||||
PlaylistInterface::setFilter( m_filter );
|
||||
setFilterRegExp( m_filter );
|
||||
|
||||
emit filterChanged( m_filter );
|
||||
emit trackCountChanged( trackCount() );
|
||||
emit filteringFinished();
|
||||
}
|
||||
|
Reference in New Issue
Block a user