mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-08 00:02:35 -05:00
Fix width of line decoration for selected features (ticket #7410)
This commit is contained in:
parent
792ac5a433
commit
3f3ce480cf
@ -1092,7 +1092,7 @@ void QgsLineDecorationSymbolLayerV2::startRender( QgsSymbolV2RenderContext& cont
|
||||
QColor selColor = context.renderContext().selectionColor();
|
||||
if ( ! selectionIsOpaque )
|
||||
selColor.setAlphaF( context.alpha() );
|
||||
mSelPen.setWidth( context.outputLineWidth( width ) );
|
||||
mSelPen.setWidth( width ); //context.outputLineWidth( width ) );
|
||||
mSelPen.setColor( selColor );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user