Skip to content

Commit

Permalink
Set default rubberband width
Browse files Browse the repository at this point in the history
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.
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 eff5c20

Please sign in to comment.