hermet pushed a commit to branch master.

commit 8a9f702ec288141ab712769797b7d919bfeaef6f
Author: ChunEon Park <[email protected]>
Date:   Sun Aug 18 20:34:50 2013 +0900

    elementary/mapbuf - evas_smart_objects_calculate() call causes many side 
effects in calculating mapbuf objects$
    But it doens't affect to the mapbuf it's special feature, performance. so 
commented out them.
---
 src/lib/elm_mapbuf.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_mapbuf.c b/src/lib/elm_mapbuf.c
index ba9f75b..61e58c5 100644
--- a/src/lib/elm_mapbuf.c
+++ b/src/lib/elm_mapbuf.c
@@ -152,10 +152,12 @@ _configure(Evas_Object *obj, Eina_Bool update_force)
           evas_object_move(sd->content, x, y);
         else
           {
-             evas_smart_objects_calculate(e);
+/* This causes many side effects in calculating mapbuf objects.
+   But it doens't affect to the mapbuf it's special feature, performance. */
+//             evas_smart_objects_calculate(e);
              evas_nochange_push(e);
              evas_object_move(sd->content, x, y);
-             evas_smart_objects_calculate(e);
+//             evas_smart_objects_calculate(e);
              evas_nochange_pop(e);
           }
         _mapbuf(obj);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to