Skip to content

Commit

Permalink
Added two missing calls (afterSetRelations and updateUi)
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Mar 18, 2021
1 parent fad9d75 commit 6ad315b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsabstractrelationeditorwidget.cpp
Expand Up @@ -120,6 +120,8 @@ void QgsAbstractRelationEditorWidget::setNmRelationId( const QVariant &nmRelatio
QgsRelation nmrelation = QgsProject::instance()->relationManager()->relation( nmRelationId.toString() );
beforeSetRelations( mRelation, nmrelation );
mNmRelation = nmrelation;
afterSetRelations();
updateUi();
}

QVariant QgsAbstractRelationEditorWidget::nmRelationId() const
Expand Down

0 comments on commit 6ad315b

Please sign in to comment.