Skip to content

Commit 162063b

Browse files
pblottierem-kuhn
authored andcommitted
[bugfix] Fixes relation widget when switching between layer styles #16100
1 parent 4a16b3a commit 162063b

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
@@ -355,6 +355,8 @@ void QgsEditFormConfig::readXml( const QDomNode &node, const QgsReadWriteContext
355355
QgsAttributeEditorElement *attributeEditorWidget = attributeEditorElementFromDomElement( elem, nullptr );
356356
addTab( attributeEditorWidget );
357357
}
358+
359+
onRelationsLoaded();
358360
}
359361
}
360362
}

0 commit comments

Comments
 (0)