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.
1 parent 45d9db7 commit 71c9c36Copy full SHA for 71c9c36
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