Skip to content

Commit

Permalink
Remove selection every time in QgsAttributeTable::handleChangedSelect…
Browse files Browse the repository at this point in the history
…ions()

git-svn-id: http://svn.osgeo.org/qgis/trunk@8407 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 7, 2008
1 parent 21708a5 commit a4a6e34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/qgsattributetable.cpp
Expand Up @@ -172,11 +172,7 @@ void QgsAttributeTable::keyReleaseEvent(QKeyEvent * ev)

void QgsAttributeTable::handleChangedSelections()
{
if (lockKeyPressed == false)
{
//clear the list and evaluate the last selection
emit selectionRemoved(false);
}

QList<QTableWidgetSelectionRange> selectedItemRanges = selectedRanges();
QList<QTableWidgetSelectionRange>::const_iterator range_it = selectedItemRanges.constBegin();
Expand Down

0 comments on commit a4a6e34

Please sign in to comment.