Skip to content

Commit 8105b75

Browse files
lbartolettim-kuhn
authored andcommitted
Fix issue 17355
1 parent db54b4e commit 8105b75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsmaptooledit.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ QgsGeometryRubberBand *QgsMapToolEdit::createGeometryRubberBand( QgsWkbTypes::Ge
131131
color.setAlphaF( myAlpha );
132132
rb->setStrokeColor( color );
133133
rb->setFillColor( color );
134+
rb->setStrokeWidth( digitizingStrokeWidth() );
134135
rb->show();
135136
return rb;
136137
}

0 commit comments

Comments
 (0)