Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix position of 3d symbology tab in point cloud layer properties
  • Loading branch information
nyalldawson committed Nov 18, 2020
1 parent caee7cd commit 62a2891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/3d/qgspointcloudlayer3drendererwidget.cpp
Expand Up @@ -124,7 +124,7 @@ bool QgsPointCloudLayer3DRendererWidgetFactory::supportsLayer( QgsMapLayer *laye

QString QgsPointCloudLayer3DRendererWidgetFactory::layerPropertiesPagePositionHint() const
{
return QStringLiteral( "mOptsPage_Rendering" );
return QStringLiteral( "mOptsPage_Metadata" );
}

bool QgsPointCloudLayer3DRendererWidgetFactory::supportsStyleDock() const
Expand Down

0 comments on commit 62a2891

Please sign in to comment.