Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix polyline rendering when layer draws effects (fix #14611)
  • Loading branch information
pblottiere authored and nyalldawson committed Apr 4, 2016
1 parent f968f99 commit dae423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposernodesitem.cpp
Expand Up @@ -204,7 +204,7 @@ void QgsComposerNodesItem::paint( QPainter* painter,

painter->save();
painter->setPen( Qt::NoPen );
painter->setBrush( brush() );
painter->setBrush( Qt::NoBrush );
painter->setRenderHint( QPainter::Antialiasing, true );

rescaleToFitBoundingBox();
Expand Down

0 comments on commit dae423d

Please sign in to comment.