diff --git a/source/blender/src/editmesh_tools.c b/source/blender/src/editmesh_tools.c
index fefbb408225cd11d17f573c98231262c7b6c53cc..5c6f0c746813d82dac382f62262dd02e681c74fd 100644
--- a/source/blender/src/editmesh_tools.c
+++ b/source/blender/src/editmesh_tools.c
@@ -1727,6 +1727,7 @@ void subdivideflag(int flag, float rad, int beauty)
 	
 	/* since this is all on vertex level, flush vertex selection */
 	EM_select_flush();
+	recalc_editnormals();
 	
 	countall();
 	allqueue(REDRAWVIEW3D, 0);