dont resize if a cw is there...

This commit is contained in:
Carsten Haitzler 2013-04-16 20:14:12 +09:00
parent 45fb38aa7b
commit 42ec9ea089
1 changed files with 0 additions and 1 deletions

View File

@ -1171,7 +1171,6 @@ e_menu_idler_before(void)
w = m->cur.w;
h = m->cur.h;
evas_object_resize(m->bg_object, w, h);
evas_object_resize(m->bg_object_wrap, w, h);
if (m->cw)
e_comp_win_resize(m->cw, w, h);
}