git-svn-id: http://svn.osgeo.org/qgis/trunk@14395 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-10-18 00:40:19 +00:00
parent 0c5ebf7cee
commit 650abbb90f

View File

@ -479,6 +479,7 @@ Qt::ItemFlags QgsAttributeTableModel::flags( const QModelIndex &index ) const
void QgsAttributeTableModel::reload( const QModelIndex &index1, const QModelIndex &index2 )
{
mFeat.setFeatureId( std::numeric_limits<int>::min() );
emit dataChanged( index1, index2 );
}