fixed problem with 'invert selection'

git-svn-id: http://svn.osgeo.org/qgis/trunk@6674 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2007-02-22 21:42:20 +00:00
parent 0c5c31a9ef
commit 283a7134b2

View File

@ -644,7 +644,7 @@ void QgsAttributeTable::selectRowsWithId(const QgsFeatureIds& ids)
QObject::disconnect(this, SIGNAL(selectionChanged()), this, SLOT(handleChangedSelections()));
clearSelection(false);
clearSelection(true);
QgsFeatureIds::const_iterator it;
for (it = ids.begin(); it != ids.end(); it++)
{