mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Prevent double-add feature
This commit is contained in:
parent
2f550ce9e6
commit
7cc6a1990f
@ -196,6 +196,7 @@ bool QgsAttributeForm::save()
|
||||
{
|
||||
mFeature.setAttributes( updatedFeature.attributes() );
|
||||
mLayer->endEditCommand();
|
||||
mIsAddDialog = false;
|
||||
changedLayer = true;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user