Skip to content

Commit

Permalink
Ensure point cloud widget is opened in dock mode correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and PeterPetrik committed Nov 19, 2020
1 parent acbeebe commit 4d3978b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgslayerstylingwidget.cpp
Expand Up @@ -438,6 +438,7 @@ void QgsLayerStylingWidget::updateCurrentWidgetLayer()
QgsMapLayerConfigWidget *panel = mUserPages[row]->createWidget( mCurrentLayer, mMapCanvas, true, mWidgetStack );
if ( panel )
{
panel->setDockMode( true );
connect( panel, &QgsPanelWidget::widgetChanged, this, &QgsLayerStylingWidget::autoApply );
mWidgetStack->setMainPanel( panel );
}
Expand Down

0 comments on commit 4d3978b

Please sign in to comment.