raster pushed a commit to branch master.

commit 42ec9ea089fa1ed6a29901c18b8bc63ad9b70868
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Apr 16 20:14:12 2013 +0900

    dont resize if a cw is there...
---
 src/bin/e_menu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_menu.c b/src/bin/e_menu.c
index 0c37fad..692f461 100644
--- a/src/bin/e_menu.c
+++ b/src/bin/e_menu.c
@@ -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);
                }

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to