Skip to content

Commit fc34e92

Browse files
author
mhugent
committed
fixed problem with 'invert selection'
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6674 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 58c9876 commit fc34e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsattributetable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ void QgsAttributeTable::selectRowsWithId(const QgsFeatureIds& ids)
644644

645645
QObject::disconnect(this, SIGNAL(selectionChanged()), this, SLOT(handleChangedSelections()));
646646

647-
clearSelection(false);
647+
clearSelection(true);
648648
QgsFeatureIds::const_iterator it;
649649
for (it = ids.begin(); it != ids.end(); it++)
650650
{

0 commit comments

Comments
 (0)