Skip to content

Commit

Permalink
fix 3D update
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Sep 15, 2021
1 parent a82b8d4 commit 34e0e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/mesh/qgsmeshlayer.cpp
Expand Up @@ -981,6 +981,7 @@ bool QgsMeshLayer::rollBackFrameEditing( const QgsCoordinateTransform &transform
mDataProvider->populateMesh( mNativeMesh.get() );
updateTriangularMesh( transform );
mRendererCache.reset( new QgsMeshLayerRendererCache() );
trigger3DUpdate();

if ( continueEditing )
{
Expand Down

0 comments on commit 34e0e0c

Please sign in to comment.