Skip to content

Commit

Permalink
do not force signal on deleteForeignKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Jan 14, 2020
1 parent 4b4d902 commit c7af6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsrelationreferencewidget.cpp
Expand Up @@ -396,7 +396,7 @@ void QgsRelationReferenceWidget::deleteForeignKeys()
mRemoveFKButton->setEnabled( false );
updateAttributeEditorFrame( QgsFeature() );

emitForeignKeysChanged( foreignKeys(), true );
emitForeignKeysChanged( foreignKeys() );
}

QgsFeature QgsRelationReferenceWidget::referencedFeature() const
Expand Down

0 comments on commit c7af6f0

Please sign in to comment.