Skip to content

Commit

Permalink
fixed problem with 'invert selection'
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6674 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 22, 2007
1 parent 0c5c31a commit 283a713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsattributetable.cpp
Expand Up @@ -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++)
{
Expand Down

0 comments on commit 283a713

Please sign in to comment.