Skip to content

Commit c89ffe4

Browse files
pblottierem-kuhn
authored andcommittedJul 7, 2017
[bugfix] Fixes relation widget when switching between layer styles #16100
1 parent 69c48a3 commit c89ffe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgseditformconfig.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ void QgsEditFormConfig::readXml( const QDomNode& node )
269269
addTab( attributeEditorWidget );
270270
}
271271

272+
onRelationsLoaded();
273+
272274

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

0 commit comments

Comments
 (0)
Please sign in to comment.