Patch [#32639] Pose breakdown confirm by Return Key

Thanks Julien DUROURE (julien)
This commit is contained in:
Joshua Leung
2012-10-08 04:42:06 +00:00
parent d0f702df8f
commit 718dea8665

View File

@@ -631,6 +631,7 @@ static int pose_slide_modal(bContext *C, wmOperator *op, wmEvent *evt)
switch (evt->type) {
case LEFTMOUSE: /* confirm */
case RETKEY:
{
/* return to normal cursor and header status */
ED_area_headerprint(pso->sa, NULL);