Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/app/3d/qgspointcloudlayer3drendererwidget.cpp
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;
if ( mChkEnabled->isChecked() )
{
r = renderer()->clone();
r = renderer();
if ( r )
r->setSymbol( mWidgetPointCloudSymbol->symbol() );
}
Expand Down

0 comments on commit 1137e5f

Please sign in to comment.