Skip to content

Commit afc78ee

Browse files
author
jef
committedOct 18, 2010
fix #3132
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14395 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/attributetable/qgsattributetablemodel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ Qt::ItemFlags QgsAttributeTableModel::flags( const QModelIndex &index ) const
479479

480480
void QgsAttributeTableModel::reload( const QModelIndex &index1, const QModelIndex &index2 )
481481
{
482+
mFeat.setFeatureId( std::numeric_limits<int>::min() );
482483
emit dataChanged( index1, index2 );
483484
}
484485

0 commit comments

Comments
 (0)
Please sign in to comment.