Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[styledock] Fix setting label widget layer
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/app/qgsmapstylingwidget.cpp
|
@@ -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; |
|
|
} |
|
|