diff --git a/src/gui/qgsattributeform.cpp b/src/gui/qgsattributeform.cpp index 3eef6107685..104fe1d7581 100644 --- a/src/gui/qgsattributeform.cpp +++ b/src/gui/qgsattributeform.cpp @@ -196,6 +196,7 @@ bool QgsAttributeForm::save() { mFeature.setAttributes( updatedFeature.attributes() ); mLayer->endEditCommand(); + mIsAddDialog = false; changedLayer = true; } else