mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
reset mLastEditSelectionFid for the case no fid can be emitted by the selection - shouldn't happen afaik, but just to be sure in this area...
This commit is contained in:
parent
830cfb4f48
commit
e8460b989a
@ -183,6 +183,7 @@ void QgsFeatureListView::editSelectionChanged( const QItemSelection &selected, c
|
||||
viewport()->update( visualRegionForSelection( localDeselected ) | visualRegionForSelection( localSelected ) );
|
||||
}
|
||||
|
||||
mLastEditSelectionFid = QgsFeatureId();
|
||||
if ( !selected.isEmpty() )
|
||||
{
|
||||
const QModelIndexList indexList = selected.indexes();
|
||||
|
Loading…
x
Reference in New Issue
Block a user