Skip to content

Commit

Permalink
set mCacheRequestCompleted false when invalidate()
Browse files Browse the repository at this point in the history
  • Loading branch information
hxbb00 committed Feb 7, 2025
1 parent fd17d5f commit 435a37a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/vector/qgsvectorlayercache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ void QgsVectorLayerCache::invalidate()
mCacheOrderedKeys.clear();
mCacheUnorderedKeys.clear();
mFullCache = false;
mCacheRequestCompleted = false;
emit invalidated();
}
}
Expand Down

0 comments on commit 435a37a

Please sign in to comment.