Skip to content

Commit

Permalink
Fix issue 17355
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored and m-kuhn committed Nov 1, 2017
1 parent db54b4e commit 8105b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmaptooledit.cpp
Expand Up @@ -131,6 +131,7 @@ QgsGeometryRubberBand *QgsMapToolEdit::createGeometryRubberBand( QgsWkbTypes::Ge
color.setAlphaF( myAlpha );
rb->setStrokeColor( color );
rb->setFillColor( color );
rb->setStrokeWidth( digitizingStrokeWidth() );
rb->show();
return rb;
}
Expand Down

0 comments on commit 8105b75

Please sign in to comment.