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:
d001daa
)
e_client: added code to check pending show while calculating visibility
95/75295/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 17 Jun 2016 08:44:37 +0000
(17:44 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 17 Jun 2016 08:44:37 +0000
(17:44 +0900)
Change-Id: I22933bec8d274ffeeac53139ce8beb18a5198e12
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index af08e1e2b6fd5797172f98c530afea771e5e6a6a..f31d0a83f59029dee24f38102549c6c509683a96 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-2702,7
+2702,8
@@
_e_client_visibility_zone_calculate(E_Zone *zone)
}
else
{
- if (!evas_object_visible_get(ec->frame))
+ if ((!evas_object_visible_get(ec->frame)) &&
+ (!ec->e.state.rot.pending_show))
{
if (cdata && !cdata->mapped)
{