Skip to content

Commit 2851a85

Browse files
author
mhugent
committedAug 23, 2008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsvectorlayerproperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void QgsVectorLayerProperties::attributeAdded(int idx)
216216
int row = tblAttributes->rowCount();
217217
tblAttributes->insertRow(row);
218218
setRow(row, idx, fields[idx]);
219-
tblAttributes->setCurrentCell(row, idx, QItemSelectionModel::NoUpdate);
219+
tblAttributes->setCurrentCell(row, idx);
220220
}
221221

222222

0 commit comments

Comments
 (0)
Please sign in to comment.