Skip to content

Commit 7cc6a19

Browse files
committed
Prevent double-add feature
1 parent 2f550ce commit 7cc6a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsattributeform.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ bool QgsAttributeForm::save()
196196
{
197197
mFeature.setAttributes( updatedFeature.attributes() );
198198
mLayer->endEditCommand();
199+
mIsAddDialog = false;
199200
changedLayer = true;
200201
}
201202
else

0 commit comments

Comments
 (0)