Skip to content

Commit 312d143

Browse files
wonder-sknirvn
authored andcommitted
Add #spellok for a false positive in spelling test
1 parent e86785d commit 312d143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/vertextool/qgsvertextool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ void QgsVertexTool::updateVertexEditor( QgsVectorLayer *layer, QgsFeatureId fid
11911191
}
11921192

11931193
// make sure the vertex editor is alive and visible
1194-
showVertexEditor();
1194+
showVertexEditor(); //#spellok
11951195

11961196
mVertexEditor->updateEditor( mSelectedFeature.get() );
11971197
}

0 commit comments

Comments
 (0)