Skip to content

Commit a4a6e34

Browse files
author
mhugent
committed
Remove selection every time in QgsAttributeTable::handleChangedSelections()
git-svn-id: http://svn.osgeo.org/qgis/trunk@8407 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 21708a5 commit a4a6e34

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/qgsattributetable.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,7 @@ void QgsAttributeTable::keyReleaseEvent(QKeyEvent * ev)
172172

173173
void QgsAttributeTable::handleChangedSelections()
174174
{
175-
if (lockKeyPressed == false)
176-
{
177-
//clear the list and evaluate the last selection
178175
emit selectionRemoved(false);
179-
}
180176

181177
QList<QTableWidgetSelectionRange> selectedItemRanges = selectedRanges();
182178
QList<QTableWidgetSelectionRange>::const_iterator range_it = selectedItemRanges.constBegin();

0 commit comments

Comments
 (0)