Add #spellok for a false positive in spelling test

This commit is contained in:
Martin Dobias 2019-02-01 14:59:20 +01:00
parent cfa40ed522
commit c1d1068923

View File

@ -1188,7 +1188,7 @@ void QgsVertexTool::updateVertexEditor( QgsVectorLayer *layer, QgsFeatureId fid
}
// make sure the vertex editor is alive and visible
showVertexEditor();
showVertexEditor(); //#spellok
mVertexEditor->updateEditor( mSelectedFeature.get() );
}