Skip to content

Commit

Permalink
remove not supported page from style widget
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem committed Nov 18, 2020
1 parent aa3593c commit e0e2953
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgslayerstylingwidget.cpp
Expand Up @@ -658,6 +658,9 @@ void QgsLayerStylingWidget::updateCurrentWidgetLayer()
}

case QgsMapLayerType::PointCloudLayer:
{
break;
}
case QgsMapLayerType::PluginLayer:
case QgsMapLayerType::AnnotationLayer:
{
Expand Down

0 comments on commit e0e2953

Please sign in to comment.