Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Bug fix] load 3D view symbol configuration widget (Single symbol/Rul…
…e-based/No symbol) automatically in the layer properties window
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed May 15, 2020
1 parent bf485ec commit 999ae58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/3d/qgsvectorlayer3drendererwidget.cpp
Expand Up @@ -100,6 +100,8 @@ QgsVectorLayer3DRendererWidget::QgsVectorLayer3DRendererWidget( QgsMapLayer *lay
connect( widgetRuleBasedRenderer, &QgsRuleBased3DRendererWidget::widgetChanged, this, &QgsVectorLayer3DRendererWidget::widgetChanged );
connect( widgetRuleBasedRenderer, &QgsRuleBased3DRendererWidget::showPanel, this, &QgsPanelWidget::openPanel );
connect( widgetBaseProperties, &QgsVectorLayer3DPropertiesWidget::changed, this, &QgsVectorLayer3DRendererWidget::widgetChanged );

syncToLayer( layer );
}


Expand Down

0 comments on commit 999ae58

Please sign in to comment.