Skip to content

Commit 0a2773f

Browse files
committed
Followup c6460a3, avoid rendering issues
1 parent 03f9e1b commit 0a2773f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/symbology-ng/qgslinesymbollayerv2.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ void QgsSimpleLineSymbolLayerV2::renderPolyline( const QPolygonF& points, QgsSym
302302
applyDataDefinedSymbology( context, mPen, mSelPen, offset );
303303

304304
p->setPen( context.selected() ? mSelPen : mPen );
305+
p->setBrush( Qt::NoBrush );
305306

306307
// Disable 'Antialiasing' if the geometry was generalized in the current RenderContext (We known that it must have least #2 points).
307308
if ( points.size() <= 2 &&

0 commit comments

Comments
 (0)