projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2303a3
)
e_client: internal object force show when uniconify
64/112364/1
author
junghwan Choi
<jhhh.choi@samsung.com>
Tue, 31 Jan 2017 11:14:38 +0000
(20:14 +0900)
committer
junghwan Choi
<jhhh.choi@samsung.com>
Tue, 31 Jan 2017 11:14:38 +0000
(20:14 +0900)
Change-Id: If8b48594e99a955f0a080b4282c9fdac33a78f08
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index aa0b2042f3571c209783dc64f8880624102505ac..cb307b1f43b891e25be7240a0a149919e4a7c067 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-5261,6
+5261,12
@@
e_client_uniconify(E_Client *ec)
if (!not_raise)
evas_object_raise(ec->frame);
+ if (ec->internal)
+ {
+ ELOGF("TZVIS", "UNICONIFY|internal object force show", ec->pixmap, ec);
+ evas_object_show(ec->frame);
+ }
+
if (ec->pixmap && e_pixmap_usable_get(ec->pixmap))
evas_object_show(ec->frame);