Skip to content

Commit

Permalink
Update src/core/vector/qgsvectorlayer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
  • Loading branch information
nyalldawson and rouault committed Feb 21, 2024
1 parent ff8b803 commit 0852532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/vector/qgsvectorlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ QgsVectorLayer *QgsVectorLayer::clone() const
layer->mXmlExtent2D = mXmlExtent2D;
layer->mLazyExtent2D = mLazyExtent2D;
layer->mValidExtent2D = mValidExtent2D;
layer->mXmlExtent3D = mXmlExtent3D;
layer->mLazyExtent3D = mLazyExtent3D;
layer->mValidExtent3D = mValidExtent3D;

Expand Down

0 comments on commit 0852532

Please sign in to comment.