Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add #spellok for a false positive in spelling test
  • Loading branch information
wonder-sk committed Feb 1, 2019
1 parent cfa40ed commit c1d1068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/vertextool/qgsvertextool.cpp
Expand Up @@ -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() );
}
Expand Down

0 comments on commit c1d1068

Please sign in to comment.