Skip to content

Commit d997863

Browse files
committedDec 14, 2012
Merge pull request #357 from matthias-kuhn/rb
Set default rubberband width
2 parents 968c6d8 + eff5c20 commit d997863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/qgsrubberband.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*/
3030
QgsRubberBand::QgsRubberBand( QgsMapCanvas* mapCanvas, QGis::GeometryType geometryType )
3131
: QgsMapCanvasItem( mapCanvas )
32+
, mWidth( 1 )
3233
, mGeometryType( geometryType )
3334
, mTranslationOffsetX( 0.0 )
3435
, mTranslationOffsetY( 0.0 )

0 commit comments

Comments
 (0)
Please sign in to comment.