e menu: Fix missing realize when using key-activation to the right.

See commit 474463ef6c, SVN r39698.
This commit is contained in:
Chidambar Zinnoury 2017-09-19 12:50:39 +02:00
parent 49788a495d
commit 0666cd7249
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ e_menu_activate_key(E_Menu *m, E_Zone *zone, int x, int y, int w, int h, int dir
break;
case E_MENU_POP_DIRECTION_RIGHT:
_e_menu_realize(m);
m->cur.x = x + w;
m->cur.y = y;
_e_menu_activate_first();