Skip to content

Commit dbfcd77

Browse files
author
jef
committedDec 12, 2009
save feature if the feature form fails to load
git-svn-id: http://svn.osgeo.org/qgis/trunk@12419 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 58c68ef commit dbfcd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsattributedialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ int QgsAttributeDialog::exec()
263263
else
264264
{
265265
QgsDebugMsg( "No dialog" );
266-
return QDialog::Rejected;
266+
return QDialog::Accepted;
267267
}
268268
}
269269

0 commit comments

Comments
 (0)
Please sign in to comment.