Add missing menu_realize for POP_DIRECTION_RIGHT.

SVN revision: 39698
This commit is contained in:
Christopher Michael 2009-03-24 20:13:50 +00:00
parent 7bdffa7aee
commit 474463ef6c
1 changed files with 1 additions and 0 deletions

View File

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