Skip to content

Commit

Permalink
Update src/app/qgsmaptoolfillring.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 1, 2023
1 parent bcf07c6 commit c394ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolfillring.cpp
Expand Up @@ -161,7 +161,7 @@ void QgsMapToolFillRing::createFeature( const QgsGeometry &geometry, QgsFeatureI
// TODO refactor - shamelessly copied from QgsMapToolDeleteRing::ringUnderPoint
void QgsMapToolFillRing::fillRingUnderPoint( const QgsPointXY &p )
{
QgsFeatureId fid = -1;
QgsFeatureId fid = FID_NULL;

QgsVectorLayer *vlayer = getCheckLayer();
if ( !vlayer )
Expand Down

0 comments on commit c394ad3

Please sign in to comment.