elm win - fix to ensure smart calc is done before show

@fix
This commit is contained in:
Carsten Haitzler 2015-08-28 12:20:36 +09:00
parent b13127532c
commit d0e081395f
1 changed files with 2 additions and 0 deletions

View File

@ -1567,6 +1567,8 @@ _elm_win_evas_object_smart_show(Eo *obj, Elm_Win_Data *sd)
INCREMENT_MODALITY()
}
evas_smart_objects_calculate(evas_object_evas_get(obj));
TRAP(sd, show);
if (sd->shot.info) _shot_handle(sd);