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 69c48a3 commit c89ffe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgseditformconfig.cpp
Expand Up @@ -269,6 +269,8 @@ void QgsEditFormConfig::readXml( const QDomNode& node )
addTab( attributeEditorWidget );
}

onRelationsLoaded();


//// TODO: MAKE THIS MORE GENERIC, SO INDIVIDUALL WIDGETS CAN NOT ONLY SAVE STRINGS
/// SEE QgsEditorWidgetFactory::writeConfig
Expand Down

0 comments on commit c89ffe4

Please sign in to comment.