Skip to content

Commit

Permalink
Update src/app/3d/qgspointcloudlayer3drendererwidget.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
NEDJIMAbelgacem and nyalldawson committed Nov 18, 2020
1 parent 9655a1e commit 1137e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/3d/qgspointcloudlayer3drendererwidget.cpp
Expand Up @@ -63,7 +63,7 @@ void QgsPointCloudLayer3DRendererWidget::apply()
QgsPointCloudLayer3DRenderer *r = nullptr; QgsPointCloudLayer3DRenderer *r = nullptr;
if ( mChkEnabled->isChecked() ) if ( mChkEnabled->isChecked() )
{ {
r = renderer()->clone(); r = renderer();
if ( r ) if ( r )
r->setSymbol( mWidgetPointCloudSymbol->symbol() ); r->setSymbol( mWidgetPointCloudSymbol->symbol() );
} }
Expand Down

0 comments on commit 1137e5f

Please sign in to comment.