Skip to content

Commit

Permalink
Update ui when linking feature for any relation type
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Oct 28, 2019
1 parent b23a972 commit e8d1a23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/gui/qgsrelationeditorwidget.cpp
Expand Up @@ -517,9 +517,6 @@ void QgsRelationEditorWidget::linkFeature()
for ( const QgsFeature &f : constNewFeatures )
ids << f.id();
mRelation.referencingLayer()->selectByIds( ids );


updateUi();
}
else
{
Expand All @@ -543,6 +540,8 @@ void QgsRelationEditorWidget::linkFeature()
}
}
}

updateUi();
}
}

Expand Down

0 comments on commit e8d1a23

Please sign in to comment.