Skip to content

Commit c1d1068

Browse files
committed
Add #spellok for a false positive in spelling test
1 parent cfa40ed commit c1d1068

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
@@ -1188,7 +1188,7 @@ void QgsVertexTool::updateVertexEditor( QgsVectorLayer *layer, QgsFeatureId fid
11881188
}
11891189

11901190
// make sure the vertex editor is alive and visible
1191-
showVertexEditor();
1191+
showVertexEditor(); //#spellok
11921192

11931193
mVertexEditor->updateEditor( mSelectedFeature.get() );
11941194
}

0 commit comments

Comments
 (0)