hermet pushed a commit to branch master.

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

commit 9efdf309ce421affc0fdf87960df1d4c426217bd
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Tue Feb 2 18:11:19 2016 +0900

    Revert "increase recalculation_cycle."
    
    This reverts commit 524fd2f6fc9afdd44fd371d99179d44a28bfd28a.
    
    rollback until release 1.17
---
 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 1f3339f..4868114 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 short    recalculate_cycle;
+   unsigned char     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 > 16382)
+   if (o->recalculate_cycle > 254)
      {
         ERR("Object %p is not stable during recalc loop", eo_obj);
         return;

-- 


Reply via email to