We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883e51d commit a9769d4Copy full SHA for a9769d4
src/core/qgsvectorlayerrenderer.cpp
@@ -495,7 +495,7 @@ void QgsVectorLayerRenderer::drawRendererV2Levels( QgsFeatureIterator& fit )
495
return;
496
}
497
498
- bool sel = mContext.showSelection() && mSelectedFeatureIds.contains( fet.id() );
+ bool sel = mContext.showSelection() && mSelectedFeatureIds.contains( fit->id() );
499
// maybe vertex markers should be drawn only during the last pass...
500
bool drawMarker = ( mDrawVertexMarkers && mContext.drawEditingInformation() && ( !mVertexMarkerOnlyForSelection || sel ) );
501
0 commit comments