mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Update ui when linking feature for any relation type
This commit is contained in:
parent
b23a972be2
commit
e8d1a236d3
@ -517,9 +517,6 @@ void QgsRelationEditorWidget::linkFeature()
|
|||||||
for ( const QgsFeature &f : constNewFeatures )
|
for ( const QgsFeature &f : constNewFeatures )
|
||||||
ids << f.id();
|
ids << f.id();
|
||||||
mRelation.referencingLayer()->selectByIds( ids );
|
mRelation.referencingLayer()->selectByIds( ids );
|
||||||
|
|
||||||
|
|
||||||
updateUi();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -543,6 +540,8 @@ void QgsRelationEditorWidget::linkFeature()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateUi();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user