Skip to content

Commit

Permalink
Small fix to allow compilation for Qt 4.3
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9129 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 23, 2008
1 parent 6187544 commit 42b4a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -216,7 +216,7 @@ void QgsVectorLayerProperties::attributeAdded(int idx)
int row = tblAttributes->rowCount();
tblAttributes->insertRow(row);
setRow(row, idx, fields[idx]);
tblAttributes->setCurrentCell(row, idx, QItemSelectionModel::NoUpdate);
tblAttributes->setCurrentCell(row, idx);
}


Expand Down

0 comments on commit 42b4a21

Please sign in to comment.