Skip to content

Commit

Permalink
Fix MeasureTool when DestinationCRS changes (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuarte47 committed Jul 7, 2016
1 parent 77fa125 commit 2ac9ad5
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 2ac9ad5

Please sign in to comment.