diff --git a/source/blender/src/editmesh_mods.c b/source/blender/src/editmesh_mods.c index 2d1d20c6b8e..eda53fe0edc 100644 --- a/source/blender/src/editmesh_mods.c +++ b/source/blender/src/editmesh_mods.c @@ -1472,7 +1472,8 @@ void reveal_mesh(void) EM_fgon_flags(); // redo flags and indices for fgons EM_selectmode_flush(); - + countall(); + allqueue(REDRAWVIEW3D, 0); DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA); BIF_undo_push("Reveal");