mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
parent
bc757ffe50
commit
5f1c8f4980
@ -201,7 +201,8 @@ void QgsAttributeTableModel::attributeValueChanged( QgsFeatureId fid, int idx, c
|
||||
}
|
||||
else
|
||||
{
|
||||
mFieldCache[ fid ] = value;
|
||||
if ( idx == mCachedField )
|
||||
mFieldCache[ fid ] = value;
|
||||
// Update representation
|
||||
setData( index( idToRow( fid ), fieldCol( idx ) ), value, Qt::EditRole );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user