Skip to content

Commit 42b4a21

Browse files
author
mhugent
committed
Small fix to allow compilation for Qt 4.3
git-svn-id: http://svn.osgeo.org/qgis/trunk@9129 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6187544 commit 42b4a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsvectorlayerproperties.cpp

+1-1
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)