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 authored and github-actions[bot] committed Mar 9, 2023
1 parent 5929187 commit deab832
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 deab832

Please sign in to comment.