Bugfix [#31128] Vertex Slide can't be aborted with ESC key

This commit is contained in:
Joshua Leung 2012-04-29 13:58:43 +00:00
parent d30ee954f8
commit bdd014bbd4

@ -577,6 +577,7 @@ static int edbm_vertex_slide_modal(bContext *C, wmOperator *op, wmEvent *event)
break;
}
case RIGHTMOUSE:
case ESCKEY:
{
/* Enforce redraw */
ED_region_tag_redraw(vso->active_region);