We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents edf32f9 + 71c9c36 commit c77a48aCopy full SHA for c77a48a
src/app/qgsbrowserdockwidget.cpp
@@ -415,7 +415,7 @@ void QgsBrowserDockWidget::refreshModel( const QModelIndex& index )
415
{
416
QModelIndex idx = mModel->index( i, 0, index );
417
QModelIndex proxyIdx = mProxyModel->mapFromSource( idx );
418
- if ( mBrowserView->isExpanded( proxyIdx ) || !mModel->hasChildren( proxyIdx ) )
+ if ( mBrowserView->isExpanded( proxyIdx ) || !mProxyModel->hasChildren( proxyIdx ) )
419
420
refreshModel( idx );
421
}
0 commit comments