Fixed running of restack,show effect while show effect is running 06/101406/1
authorMinJeong Kim <minjjj.kim@samsung.com>
Thu, 1 Dec 2016 06:01:02 +0000 (15:01 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Thu, 1 Dec 2016 06:01:15 +0000 (15:01 +0900)
Change-Id: Ic9d0b79f443bf6f5c144e18f04911a0fed02bbaf

src/e_mod_effect.c

index 665e62d..1b81029 100644 (file)
@@ -459,6 +459,7 @@ _eff_cb_visible(void *data, Evas_Object *obj, const char *signal)
    if (evas_object_visible_get(obj)) return EINA_FALSE;
    if (!_eff_ref(ec)) return EINA_FALSE;
 
+   _eff_stack_update();
    e_comp_override_add();
 
    EFFINF("SET EXTRA_ANIMATING...", ec->pixmap, ec);