Revert "increase recalculation_cycle."

This reverts commit 524fd2f6fc.

rollback until release 1.17
This commit is contained in:
Hermet Park 2016-02-02 18:11:19 +09:00
parent f6722e63fa
commit 9efdf309ce
1 changed files with 2 additions and 2 deletions

View File

@ -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;