Skip to content

Commit

Permalink
Show selection when using geometry generators
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 14, 2016
1 parent c0f4fb1 commit 40dc7dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -200,6 +200,6 @@ void QgsGeometryGeneratorSymbolLayerV2::render( QgsSymbolV2RenderContext& contex

subSymbolExpressionContextScope->setFeature( f );

mSymbol->renderFeature( f, context.renderContext() );
mSymbol->renderFeature( f, context.renderContext(), -1, context.selected() );
}
}

0 comments on commit 40dc7dd

Please sign in to comment.