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:
33631fa
)
do not attempt to re-center fullscreen/maximized internal windows
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Mon, 13 Apr 2015 19:39:30 +0000
(15:39 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Mon, 13 Apr 2015 19:39:30 +0000
(15:39 -0400)
fix T2279
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index 706eb2e96ee875f13c92248cacfd54acbb2c3ef8..dfd8ea4a6e7d627522679f7b54a11e2945d6dfbc 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-965,6
+965,7
@@
_e_comp_intercept_resize(void *data, Evas_Object *obj, int w, int h)
break;
}
if (cw->ec->internal_elm_win && (!cw->ec->moving) && (!e_client_util_resizing_get(cw->ec)) &&
+ (!cw->ec->fullscreen) && (!cw->ec->maximized == E_MAXIMIZE_NONE) &&
e_win_centered_get(cw->ec->internal_elm_win))
e_comp_object_util_center(obj);
cw->force_move = 0;