mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* In Collection view with filter set: Don't jump to the selected item when expanding an artist.
This commit is contained in:
parent
477202aa47
commit
41c79b931f
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user