mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Avoid row sorts during attribute editing in AttributeTable Fix #15976
This commit is contained in:
parent
2929f9d693
commit
f1383e240a
@ -248,9 +248,8 @@ void QgsAttributeTableModel::updatedFields()
|
||||
|
||||
void QgsAttributeTableModel::editCommandEnded()
|
||||
{
|
||||
reload( createIndex( mChangedCellBounds.top(), mChangedCellBounds.left() ),
|
||||
createIndex( mChangedCellBounds.bottom(), mChangedCellBounds.right() ) );
|
||||
|
||||
// do not do releoad(...) due would trigger (dataChanged) row sort
|
||||
// giving issue: https://issues.qgis.org/issues/15976
|
||||
mChangedCellBounds = QRect();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user