We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21708a5 commit a4a6e34Copy full SHA for a4a6e34
src/app/qgsattributetable.cpp
@@ -172,11 +172,7 @@ void QgsAttributeTable::keyReleaseEvent(QKeyEvent * ev)
172
173
void QgsAttributeTable::handleChangedSelections()
174
{
175
- if (lockKeyPressed == false)
176
- {
177
- //clear the list and evaluate the last selection
178
emit selectionRemoved(false);
179
- }
180
181
QList<QTableWidgetSelectionRange> selectedItemRanges = selectedRanges();
182
QList<QTableWidgetSelectionRange>::const_iterator range_it = selectedItemRanges.constBegin();
0 commit comments