Select flush was missing in delete edge-loop

This commit is contained in:
Campbell Barton 2015-06-25 21:06:47 +10:00
parent 8e95303414
commit ef57051e9c

@ -4271,6 +4271,10 @@ static int edbm_delete_edgeloop_exec(bContext *C, wmOperator *op)
BM_mesh_elem_hflag_enable_test(em->bm, BM_FACE, BM_ELEM_SELECT, true, false, BM_ELEM_TAG);
if (em->selectmode & SCE_SELECT_VERTEX) {
EDBM_selectmode_flush_ex(em, SCE_SELECT_VERTEX);
}
EDBM_update_generic(em, true, true);
return OPERATOR_FINISHED;