Skip to content

Commit

Permalink
[bugfix] Fixes relation widget when switching between layer styles #1…
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere authored and m-kuhn committed Jul 7, 2017
1 parent 4a16b3a commit 162063b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgseditformconfig.cpp
Expand Up @@ -355,6 +355,8 @@ void QgsEditFormConfig::readXml( const QDomNode &node, const QgsReadWriteContext
QgsAttributeEditorElement *attributeEditorWidget = attributeEditorElementFromDomElement( elem, nullptr );
addTab( attributeEditorWidget );
}

onRelationsLoaded();
}
}
}
Expand Down

0 comments on commit 162063b

Please sign in to comment.