Fix Edje hint recalculation after swallow part changes

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82480
This commit is contained in:
Henrique Dante de Almeida 2013-01-09 20:56:03 +00:00 committed by Lucas De Marchi
parent be30200a50
commit 1c1d9f4161
1 changed files with 1 additions and 0 deletions

View File

@ -6366,6 +6366,7 @@ _edje_object_part_swallow_changed_hints_cb(void *data, EINA_UNUSED Evas *e, EINA
_edje_real_part_swallow_hints_update(rp);
rp->edje->dirty = EINA_TRUE;
rp->edje->recalc_call = EINA_TRUE;
rp->edje->recalc_hints = EINA_TRUE;
_edje_recalc(rp->edje);
return;
}