Skip to content

Commit

Permalink
Make Vertex Editor selection render last
Browse files Browse the repository at this point in the history
  • Loading branch information
baswein authored Nov 26, 2024
1 parent 3291e9f commit 5ed3627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/vertextool/qgsvertextool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2696,6 +2696,7 @@ void QgsVertexTool::setHighlightedVertices( const QList<Vertex> &listVertices, H

QgsVertexMarker *marker = new QgsVertexMarker( canvas() );
marker->setIconType( QgsVertexMarker::ICON_CIRCLE );
marker->setZValue( marker->zValue() + 1 );
marker->setIconSize( QgsGuiUtils::scaleIconSize( 10 ) );
marker->setPenWidth( QgsGuiUtils::scaleIconSize( 2 ) );
marker->setColor( Qt::blue );
Expand Down

0 comments on commit 5ed3627

Please sign in to comment.