Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix cache renew for layer dependencies
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/core/vector/qgsvectorlayer.cpp
|
@@ -5393,6 +5393,7 @@ void QgsVectorLayer::onAfterCommitChangesDependency() |
|
|
{ |
|
|
mDataChangedFired = true; |
|
|
reload(); |
|
|
mDataChangedFired = false; |
|
|
} |
|
|
|
|
|
bool QgsVectorLayer::setDependencies( const QSet<QgsMapLayerDependency> &oDeps ) |
|
|