Consider Numpad Enter in pose slide operators

It was annoying to only have regular Enter confirming input there.
This commit is contained in:
Sergey Sharybin 2016-11-10 17:18:57 +01:00
parent e316636fa8
commit 80aae2b6fe
1 changed files with 1 additions and 0 deletions

View File

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