Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #357 from matthias-kuhn/rb
Set default rubberband width
  • Loading branch information
mhugent committed Dec 14, 2012
2 parents 968c6d8 + eff5c20 commit d997863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsrubberband.cpp
Expand Up @@ -29,6 +29,7 @@
*/
QgsRubberBand::QgsRubberBand( QgsMapCanvas* mapCanvas, QGis::GeometryType geometryType )
: QgsMapCanvasItem( mapCanvas )
, mWidth( 1 )
, mGeometryType( geometryType )
, mTranslationOffsetX( 0.0 )
, mTranslationOffsetY( 0.0 )
Expand Down

0 comments on commit d997863

Please sign in to comment.