projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73afcf
)
ctxpopup: remove show signals emit when parent is resized
58/111658/1
author
JinYong Park
<j4939.park@samsung.com>
Mon, 23 Jan 2017 08:48:08 +0000
(17:48 +0900)
committer
JinYong Park
<j4939.park@samsung.com>
Mon, 23 Jan 2017 08:49:48 +0000
(17:49 +0900)
to avoid flickering problem when rotate device
Change-Id: I5c69609c0c60fc56c8aaf16f89ac47e995f59013
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
src/mobile_lib/elc_ctxpopup.c
patch
|
blob
|
history
diff --git
a/src/mobile_lib/elc_ctxpopup.c
b/src/mobile_lib/elc_ctxpopup.c
index
44307af
..
5a3eace
100644
(file)
--- a/
src/mobile_lib/elc_ctxpopup.c
+++ b/
src/mobile_lib/elc_ctxpopup.c
@@
-1103,7
+1103,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);
+ */
}
}