Skip to content

Commit

Permalink
Merge pull request #3279 from ahuarte47/Issue_MeasureDialog_2
Browse files Browse the repository at this point in the history
[Bugfix] Fix MeasureTool when DestinationCRS changes (2)
  • Loading branch information
nyalldawson committed Jul 7, 2016
2 parents 326786b + 2ac9ad5 commit a15d032
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/qgsmeasuretool.cpp
Expand Up @@ -168,6 +168,11 @@ void QgsMeasureTool::updateSettings()
mRubberBand->addPoint( mPoints.last() );
mDialog->addPoint( mPoints.last() );
}
if ( mRubberBand->size() > 0 )
{
mRubberBand->setVisible( true );
mRubberBandPoints->setVisible( true );
}
}

//////////////////////////
Expand Down

0 comments on commit a15d032

Please sign in to comment.