cedric pushed a commit to branch master.

commit 9ac13e4aec83ea6dadfa62e4253b1db4ffe167e8
Author: Cedric Bail <[email protected]>
Date:   Tue Sep 3 12:39:49 2013 +0900

    Revert "evas/render - this is insane to me since nowhere it release the 
render_pre_done FALSE pairly."
    
    This reverts commit fd7d1f9f98fae4700d8196c3a3f4a9f9f8264d66.
    
    This commit is the one breaking Evas_Map use in shelf. Let's investigate 
why it was disable
    in the first place.
---
 src/lib/evas/canvas/evas_render.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_render.c 
b/src/lib/evas/canvas/evas_render.c
index a4c48cf..c350cc6 100644
--- a/src/lib/evas/canvas/evas_render.c
+++ b/src/lib/evas/canvas/evas_render.c
@@ -1099,8 +1099,7 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object 
*eo_obj,
      }
 
    // set render_pre - for child objs that may not have gotten it.
-   //obj->pre_render_done = EINA_TRUE;
-
+   obj->pre_render_done = EINA_TRUE;
    RD("          Hasmap: %p (%d) %p %d -> %d\n",obj->func->can_map,
       obj->func->can_map ? obj->func->can_map(eo_obj): -1,
       obj->map->cur.map, obj->map->cur.usemap,

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to