Fix Edje hint recalculation after swallow part changes
authorHenrique Dante de Almeida <hdante@profusion.mobi>
Wed, 9 Jan 2013 20:56:03 +0000 (20:56 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 9 Jan 2013 20:56:03 +0000 (20:56 +0000)
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 82480

src/lib/edje/edje_util.c

index 4481661..c09e9f1 100644 (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;
 }