Skip to content

Commit

Permalink
Fix incorrect styling widget dock page is selected after opening laye…
Browse files Browse the repository at this point in the history
…r properties for an annotation layer
  • Loading branch information
nyalldawson committed Sep 10, 2021
1 parent 0f1cbd2 commit ac66a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/qgslayerstylingwidget.cpp
Expand Up @@ -672,11 +672,12 @@ void QgsLayerStylingWidget::updateCurrentWidgetLayer()
}

case QgsMapLayerType::PointCloudLayer:
case QgsMapLayerType::AnnotationLayer:
{
break;
}

case QgsMapLayerType::PluginLayer:
case QgsMapLayerType::AnnotationLayer:
{
mStackedWidget->setCurrentIndex( mNotSupportedPage );
break;
Expand Down

0 comments on commit ac66a8f

Please sign in to comment.