Skip to content

Commit

Permalink
fix cache renew for layer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MorriganR authored and github-actions[bot] committed Mar 8, 2021
1 parent 32a6ee9 commit f881f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/vector/qgsvectorlayer.cpp
Expand Up @@ -5392,6 +5392,7 @@ void QgsVectorLayer::onAfterCommitChangesDependency()
{
mDataChangedFired = true;
reload();
mDataChangedFired = false;
}

bool QgsVectorLayer::setDependencies( const QSet<QgsMapLayerDependency> &oDeps )
Expand Down

0 comments on commit f881f94

Please sign in to comment.