Skip to content

Commit

Permalink
Fix Project Home browser item doesn't show on first save
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 9, 2018
1 parent f0aba28 commit 169e918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsbrowsermodel.cpp
Expand Up @@ -177,7 +177,7 @@ void QgsBrowserModel::initialize()
if ( ! mInitialized )
{
connect( QgsProject::instance(), &QgsProject::readProject, this, &QgsBrowserModel::updateProjectHome );
connect( QgsProject::instance(), &QgsProject::writeProject, this, &QgsBrowserModel::updateProjectHome );
connect( QgsProject::instance(), &QgsProject::projectSaved, this, &QgsBrowserModel::updateProjectHome );
addRootItems();
mInitialized = true;
}
Expand Down

0 comments on commit 169e918

Please sign in to comment.