Skip to content
Permalink
Browse files
Set default rubberband width
Was uninitialized, leading to screen corruption
http://hub.qgis.org/issues/6845
  • Loading branch information
m-kuhn committed Dec 14, 2012
1 parent d1a976e commit eff5c20
Showing 1 changed file with 1 addition and 0 deletions.
@@ -29,6 +29,7 @@
*/
QgsRubberBand::QgsRubberBand( QgsMapCanvas* mapCanvas, QGis::GeometryType geometryType )
: QgsMapCanvasItem( mapCanvas )
, mWidth( 1 )
, mGeometryType( geometryType )
, mTranslationOffsetX( 0.0 )
, mTranslationOffsetY( 0.0 )

0 comments on commit eff5c20

Please sign in to comment.