Skip to content

Commit

Permalink
Fix rubberband width
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Sep 19, 2020
1 parent b696b46 commit ae67b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmaptoolcapture.cpp
Expand Up @@ -300,6 +300,7 @@ QgsMapToolCaptureRubberBand *QgsMapToolCapture::createCurveRubberBand() const
{
QgsSettings settings;
QgsMapToolCaptureRubberBand *rb = new QgsMapToolCaptureRubberBand( mCanvas );
rb->setStrokeWidth( digitizingStrokeWidth() );
QColor color = digitizingStrokeColor();

double alphaScale = settings.value( QStringLiteral( "qgis/digitizing/line_color_alpha_scale" ), 0.75 ).toDouble();
Expand Down

0 comments on commit ae67b9e

Please sign in to comment.