Skip to content

Commit

Permalink
fix having 2 3D view widgets in layer properties
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem committed Nov 17, 2020
1 parent 4344692 commit 7f5656b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/qgisapp.cpp
Expand Up @@ -16279,10 +16279,6 @@ void QgisApp::showLayerProperties( QgsMapLayer *mapLayer, const QString &page )
// saveAsFile( clone.get() );
// }
// } );
for ( QgsMapLayerConfigWidgetFactory *factory : qgis::as_const( mMapLayerPanelFactories ) )
{
pointCloudLayerPropertiesDialog.addPropertiesPageFactory( factory );
}

if ( !page.isEmpty() )
pointCloudLayerPropertiesDialog.setCurrentPage( page );
Expand Down

0 comments on commit 7f5656b

Please sign in to comment.