From a2d5d732e36f8553cb6fec24cd6edd8ff2650633 Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Fri, 3 Feb 2017 19:02:53 +0900 Subject: [PATCH] Revert "Revert "ctxpopup: remove show signals emit when parent is resized"" This reverts commit 37df0a7755ce1c82e78adb37ed42bc3ac562137f. Change-Id: I586530eba10ca689a114f821cdff383c21ff0e25 Signed-off-by: Jinyong Park --- src/mobile_lib/elc_ctxpopup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mobile_lib/elc_ctxpopup.c b/src/mobile_lib/elc_ctxpopup.c index e77e18b..de2d663 100644 --- a/src/mobile_lib/elc_ctxpopup.c +++ b/src/mobile_lib/elc_ctxpopup.c @@ -1104,7 +1104,9 @@ _on_parent_resize(void *data, if (sd->visible) elm_layout_sizing_eval(data); + /* TIZEN_ONLY(20170123): to avoid flickering problem when rotate device _show_signals_emit(data, sd->dir); + */ } } -- 2.7.4