Skip to content

Commit

Permalink
Fix build on older Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 4, 2021
1 parent 1ed6992 commit 9ecb0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsvertexmarker.cpp
Expand Up @@ -72,7 +72,7 @@ void QgsVertexMarker::paint( QPainter *p )

void QgsVertexMarker::updatePath()
{
mPath.clear();
mPath = QPainterPath();

const qreal s = ( mIconSize - 1 ) / 2.0;

Expand Down

0 comments on commit 9ecb0ed

Please sign in to comment.