Skip to content

Commit 11f197e

Browse files
committedJul 10, 2014
enable feature form on openFeatureForm on editable layer (fixes #10865)
1 parent dbfce8c commit 11f197e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsfeatureaction.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ bool QgsFeatureAction::editFeature()
118118
else
119119
{
120120
QgsAttributes src = mFeature.attributes();
121+
dialog->setIsAddDialog( true );
121122

122123
if ( dialog->exec() )
123124
{

0 commit comments

Comments
 (0)
Please sign in to comment.