mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix #3132
git-svn-id: http://svn.osgeo.org/qgis/trunk@14395 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
0c5ebf7cee
commit
650abbb90f
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user