[bugfix] Fixes relation widget when switching between layer styles #16100

This commit is contained in:
Blottiere Paul 2017-07-04 23:43:48 +02:00 committed by Matthias Kuhn
parent 4a16b3a1c5
commit 162063be1b

View File

@ -355,6 +355,8 @@ void QgsEditFormConfig::readXml( const QDomNode &node, const QgsReadWriteContext
QgsAttributeEditorElement *attributeEditorWidget = attributeEditorElementFromDomElement( elem, nullptr );
addTab( attributeEditorWidget );
}
onRelationsLoaded();
}
}
}