diff --git a/src/app/vertextool/qgsvertextool.cpp b/src/app/vertextool/qgsvertextool.cpp index fdfa3971ed4e..020bbc5dfc51 100644 --- a/src/app/vertextool/qgsvertextool.cpp +++ b/src/app/vertextool/qgsvertextool.cpp @@ -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() ); }