mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
0c5c31a9ef
commit
283a7134b2
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user