hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a382e92017b3c79b7dc52e334d4e1cf7d239c7a8

commit a382e92017b3c79b7dc52e334d4e1cf7d239c7a8
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Tue Feb 2 19:25:28 2016 +0900

    Revert "Revert "increase recalculation_cycle.""
    
    This reverts commit 9efdf309ce421affc0fdf87960df1d4c426217bd.
---
 src/lib/evas/canvas/evas_object_smart.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_object_smart.c 
b/src/lib/evas/canvas/evas_object_smart.c
index 4868114..1f3339f 100644
--- a/src/lib/evas/canvas/evas_object_smart.c
+++ b/src/lib/evas/canvas/evas_object_smart.c
@@ -33,7 +33,7 @@ struct _Evas_Smart_Data
    int               walking_list;
    int               member_count; /** number of smart member objects */
 
-   unsigned char     recalculate_cycle;
+   unsigned short    recalculate_cycle;
 
    Evas_BiDi_Direction paragraph_direction : 2;
    Eina_Bool         inherit_paragraph_direction : 1;
@@ -906,7 +906,7 @@ _evas_object_smart_need_recalculate_set(Eo *eo_obj, 
Evas_Smart_Data *o, Eina_Boo
 
    if (o->need_recalculate == value) return;
 
-   if (o->recalculate_cycle > 254)
+   if (o->recalculate_cycle > 16382)
      {
         ERR("Object %p is not stable during recalc loop", eo_obj);
         return;

-- 


Reply via email to