Skip to content

Commit

Permalink
[styledock] Fix setting label widget layer
Browse files Browse the repository at this point in the history
Opps :)
  • Loading branch information
NathanW2 committed May 24, 2016
1 parent 3f4250f commit 2b80176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmapstylingwidget.cpp
Expand Up @@ -201,9 +201,9 @@ void QgsMapStylingWidget::updateCurrentWidgetLayer()
{
mLabelingWidget = new QgsLabelingWidget( 0, mMapCanvas, this );
mLabelingWidget->setDockMode( true );
mLabelingWidget->setLayer( vlayer );
connect( mLabelingWidget, SIGNAL( widgetChanged() ), this, SLOT( autoApply() ) );
}
mLabelingWidget->setLayer( vlayer );
mWidgetArea->setWidget( mLabelingWidget );
break;
}
Expand Down

0 comments on commit 2b80176

Please sign in to comment.