outdent small block in menu idler

This commit is contained in:
Mike Blumenkrantz 2013-06-21 10:28:22 +01:00
parent bc338ab390
commit c507b36abf
1 changed files with 31 additions and 33 deletions

View File

@ -1161,8 +1161,7 @@ e_menu_idler_before(void)
{
if (m->frozen) continue;
if (!m->realized) _e_menu_realize(m);
if (m->realized)
{
if (!m->realized) continue;
if (((m->cur.w) != (m->prev.w)) ||
((m->cur.h) != (m->prev.h)))
{
@ -1201,7 +1200,6 @@ e_menu_idler_before(void)
}
}
}
/* phase 3. show all the menus that want to be shown */
EINA_LIST_FOREACH(_e_active_menus, l, m)
{