mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Doesnt fix it
This commit is contained in:
parent
8d561b5a56
commit
02713c1661
@ -156,7 +156,7 @@ void SiblingCrumbButton::comboboxActivated(int i)
|
||||
{
|
||||
QModelIndex activated = m_index.sibling(i,0);
|
||||
int count = breadcrumbBar()->model()->rowCount(activated);
|
||||
if( count >= 0 ) {
|
||||
if( count > 0 ) {
|
||||
// qDebug() << "activated crumb with children:" << activated.child(0,0).data().toString();
|
||||
breadcrumbBar()->currentChangedTriggered(activated.child(0,0));
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user