Skip to content

Commit

Permalink
save feature if the feature form fails to load
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12419 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 12, 2009
1 parent 58c68ef commit dbfcd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsattributedialog.cpp
Expand Up @@ -263,7 +263,7 @@ int QgsAttributeDialog::exec()
else
{
QgsDebugMsg( "No dialog" );
return QDialog::Rejected;
return QDialog::Accepted;
}
}

Expand Down

0 comments on commit dbfcd77

Please sign in to comment.