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 db54b4e commit 8105b75Copy full SHA for 8105b75
src/gui/qgsmaptooledit.cpp
@@ -131,6 +131,7 @@ QgsGeometryRubberBand *QgsMapToolEdit::createGeometryRubberBand( QgsWkbTypes::Ge
131
color.setAlphaF( myAlpha );
132
rb->setStrokeColor( color );
133
rb->setFillColor( color );
134
+ rb->setStrokeWidth( digitizingStrokeWidth() );
135
rb->show();
136
return rb;
137
}
0 commit comments