increase smart obj recalculation count
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Fri, 16 Sep 2011 03:33:54 +0000 (12:33 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Fri, 16 Sep 2011 03:52:22 +0000 (12:52 +0900)
Change-Id: I22a7d9d7dd1a814b82e2ddf2059d11d113d66fd4

src/lib/canvas/evas_object_smart.c

index 1cdf3f2..5bcbfbf 100644 (file)
@@ -585,7 +585,7 @@ evas_object_smart_need_recalculate_set(Evas_Object *obj, Eina_Bool value)
    
    if (o->need_recalculate == value) return;
 
-   if (obj->recalculate_cycle > 64)
+   if (obj->recalculate_cycle > 256)
      {
         ERR("Object %p is not stable during recalc loop", obj);
         return;