Skip to content

Commit dae423d

Browse files
pblottierenyalldawson
authored andcommittedApr 4, 2016
fix polyline rendering when layer draws effects (fix #14611)
1 parent f968f99 commit dae423d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/composer/qgscomposernodesitem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void QgsComposerNodesItem::paint( QPainter* painter,
204204

205205
painter->save();
206206
painter->setPen( Qt::NoPen );
207-
painter->setBrush( brush() );
207+
painter->setBrush( Qt::NoBrush );
208208
painter->setRenderHint( QPainter::Antialiasing, true );
209209

210210
rescaleToFitBoundingBox();

0 commit comments

Comments
 (0)
Please sign in to comment.