mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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()
|
TreeProxyModel::filterFinished()
|
||||||
{
|
{
|
||||||
m_artistsFilterCmd = 0;
|
m_artistsFilterCmd = 0;
|
||||||
|
|
||||||
|
if ( PlaylistInterface::filter() != m_filter )
|
||||||
|
{
|
||||||
|
emit filterChanged( m_filter );
|
||||||
|
}
|
||||||
|
|
||||||
PlaylistInterface::setFilter( m_filter );
|
PlaylistInterface::setFilter( m_filter );
|
||||||
setFilterRegExp( m_filter );
|
setFilterRegExp( m_filter );
|
||||||
|
|
||||||
emit filterChanged( m_filter );
|
|
||||||
emit trackCountChanged( trackCount() );
|
emit trackCountChanged( trackCount() );
|
||||||
emit filteringFinished();
|
emit filteringFinished();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user