diff --git a/Graphics/drawMesh.cpp b/Graphics/drawMesh.cpp
index 6846f727fcdc9c1dddfe2ac84cc1b7cffb7ee521..2855e4dd8da28150d2c31184d48b77798dbdce7d 100644
--- a/Graphics/drawMesh.cpp
+++ b/Graphics/drawMesh.cpp
@@ -331,7 +331,7 @@ static void drawVerticesPerElement(drawContext *ctx, GEntity *e,
           }
         }
         if(CTX::instance()->mesh.pointsNum)
-          drawVertexLabel(ctx, e, v);
+          drawVertexLabel(ctx, v->onWhat() ? v->onWhat() : e, v);
       }
     }
   }