Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove from the layout, just in case
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/gui/attributeformconfig/qgsattributewidgetedit.cpp
|
@@ -130,6 +130,7 @@ void QgsAttributeWidgetRelationEditWidget::setRelationEditorConfiguration( const |
|
|
{ |
|
|
const QString widgetId = mWidgetTypeComboBox->currentData().toString(); |
|
|
|
|
|
mWidgetTypePlaceholderLayout->removeWidget( mConfigWidget ); |
|
|
mConfigWidget->deleteLater(); |
|
|
mConfigWidget = QgsGui::relationWidgetRegistry()->createConfigWidget( widgetId, relation, this ); |
|
|
mConfigWidget->setConfig( config.mRelationWidgetConfig ); |
|
|