mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
Don't flicker all breadcrumbs when any breadcrumb combo is changed
This commit is contained in:
parent
033b4cc6cc
commit
0b227eff42
@ -44,6 +44,8 @@ SiblingCrumbButton::SiblingCrumbButton(
|
||||
|
||||
void SiblingCrumbButton::setIndex( QModelIndex index )
|
||||
{
|
||||
if ( m_index == index && text() == index.data().toString() )
|
||||
return;
|
||||
m_index = index;
|
||||
setText( index.data().toString() );
|
||||
fillCombo();
|
||||
|
Loading…
x
Reference in New Issue
Block a user