Skip to content

Commit

Permalink
Selected Vertex on top and larger
Browse files Browse the repository at this point in the history
  • Loading branch information
baswein committed Nov 18, 2024
1 parent f7b2186 commit 7ecfb51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/vertextool/qgsvertextool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,8 @@ void QgsVertexTool::setHighlightedVertices( const QList<Vertex> &listVertices, H

QgsVertexMarker *marker = new QgsVertexMarker( canvas() );
marker->setIconType( QgsVertexMarker::ICON_CIRCLE );
marker->setIconSize( QgsGuiUtils::scaleIconSize( 10 ) );
marker->setZValue( marker->zValue() + 1 );
marker->setIconSize( QgsGuiUtils::scaleIconSize( 12 ) );
marker->setPenWidth( QgsGuiUtils::scaleIconSize( 2 ) );
marker->setColor( Qt::blue );
marker->setCenter( toMapCoordinates( vertex.layer, geom.vertexAt( vertex.vertexId ) ) );
Expand Down

0 comments on commit 7ecfb51

Please sign in to comment.