edje: edje_edit - recalculate object after chenge aspect preference

This commit is contained in:
Vyacheslav Reutskiy 2015-03-27 11:31:31 +02:00
parent 257e399e53
commit 9e2aa810cc
1 changed files with 1 additions and 0 deletions

View File

@ -6063,6 +6063,7 @@ edje_edit_state_aspect_pref_set(Evas_Object *obj, const char *part, const char *
GET_PD_OR_RETURN(EINA_FALSE);
if (pref > 4) return EINA_FALSE;
pd->aspect.prefer = pref;
edje_object_calc_force(obj);
return EINA_TRUE;
}