From 650abbb90f46c83c6a2145f9681ac95d462bda6d Mon Sep 17 00:00:00 2001 From: jef Date: Mon, 18 Oct 2010 00:40:19 +0000 Subject: [PATCH] fix #3132 git-svn-id: http://svn.osgeo.org/qgis/trunk@14395 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/app/attributetable/qgsattributetablemodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/attributetable/qgsattributetablemodel.cpp b/src/app/attributetable/qgsattributetablemodel.cpp index 2d0a1671159..8bec009bfe9 100644 --- a/src/app/attributetable/qgsattributetablemodel.cpp +++ b/src/app/attributetable/qgsattributetablemodel.cpp @@ -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::min() ); emit dataChanged( index1, index2 ); }