add missing call to flush selection on selecting manifold geometry.

This commit is contained in:
Campbell Barton 2013-04-16 15:45:30 +00:00
parent c458e051d3
commit 51cb077f16

@ -3196,6 +3196,8 @@ static int edbm_select_non_manifold_exec(bContext *C, wmOperator *op)
WM_event_add_notifier(C, NC_GEOM | ND_SELECT, obedit->data);
EDBM_selectmode_flush(em);
return OPERATOR_FINISHED;
}