We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be94703 commit 2e89e25Copy full SHA for 2e89e25
src/core/symbology-ng/qgslinesymbollayerv2.cpp
@@ -1087,7 +1087,7 @@ void QgsLineDecorationSymbolLayerV2::startRender( QgsSymbolV2RenderContext& cont
1087
penColor.setAlphaF( mColor.alphaF() * context.alpha() );
1088
1089
double width = mWidth * QgsSymbolLayerV2Utils::lineWidthScaleFactor( context.renderContext(), mWidthUnit );
1090
- mPen.setWidth( context.outputLineWidth( width ) );
+ mPen.setWidth( width );
1091
mPen.setColor( penColor );
1092
QColor selColor = context.renderContext().selectionColor();
1093
if ( ! selectionIsOpaque )
0 commit comments