We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2d3bc commit fec6bafCopy full SHA for fec6baf
src/core/qgsvectorlayer.cpp
@@ -694,7 +694,7 @@ bool QgsVectorLayer::draw( QgsRenderContext& rendererContext )
694
.setSubsetOfAttributes( attributes );
695
696
// Enable the simplification of the geometries before fetch the features using the current map2pixel context.
697
- if ( mSimplifyDrawing && !(featureRequest.flags() & QgsFeatureRequest::NoGeometry) )
+ if ( mSimplifyDrawing && !mEditBuffer && !(featureRequest.flags() & QgsFeatureRequest::NoGeometry) )
698
{
699
QPainter* p = rendererContext.painter();
700
float dpi = ( p->device()->logicalDpiX() + p->device()->logicalDpiY() ) / 2;
0 commit comments