Fix #21006: ring select in face mode does loop select again, on second

thought, it makes sense since it's basically the same with flushed
selection to faces.
This commit is contained in:
Brecht Van Lommel
2010-02-07 10:30:28 +00:00
parent c2122f01ad
commit d61f5451c0

View File

@@ -345,6 +345,7 @@ static int ringsel_invoke (bContext *C, wmOperator *op, wmEvent *evt)
if (lcd->em->selectmode == SCE_SELECT_FACE) {
ringsel_exit(C, op);
WM_operator_name_call(C, "MESH_OT_loop_select", WM_OP_INVOKE_REGION_WIN, NULL);
return OPERATOR_CANCELLED;
}