Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change colour of snap marker to make it easier to see
  • Loading branch information
NathanW2 committed Jul 25, 2013
1 parent 2834e98 commit 0756782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsmaptoolcapture.cpp
Expand Up @@ -114,8 +114,8 @@ void QgsMapToolCapture::canvasMoveEvent( QMouseEvent * e )
{
QgsVertexMarker *m = new QgsVertexMarker( mCanvas );
m->setIconType( QgsVertexMarker::ICON_CROSS );
m->setColor( Qt::green );
m->setPenWidth( 2 );
m->setColor( Qt::magenta );
m->setPenWidth( 3 );
m->setCenter( r.snappedVertex );
mSnappingMarkers << m;
}
Expand Down

0 comments on commit 0756782

Please sign in to comment.