diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-08-18 16:54:22 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-08-18 16:54:22 +0900 |
commit | 86ff7c3659f9a3672ad9f40c3bd3dd0d1ede250f (patch) | |
tree | 5fa87338e445c8e36d82e648641d4461252c4b9e /src/lib/evas/include | |
parent | cbfba2fd595ed5848592b486c4ec1a7875a222de (diff) |
evas - oops, this line shouldn't be pushed.
Diffstat (limited to 'src/lib/evas/include')
-rw-r--r-- | src/lib/evas/include/evas_inline.x | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/evas/include/evas_inline.x b/src/lib/evas/include/evas_inline.x index 3770629c6a..0b8e96e79e 100644 --- a/src/lib/evas/include/evas_inline.x +++ b/src/lib/evas/include/evas_inline.x | |||
@@ -155,7 +155,6 @@ evas_object_is_proxy_visible(Evas_Object *eo_obj, Evas_Object_Protected_Data *ob | |||
155 | { | 155 | { |
156 | if ((obj->cur->visible) && | 156 | if ((obj->cur->visible) && |
157 | //FIXME: Check the cached clipper visible properly. | 157 | //FIXME: Check the cached clipper visible properly. |
158 | ((obj->cur->cache.clip.visible) || (obj->is_smart)) && | ||
159 | (obj->is_smart || !obj->cur->clipper || obj->cur->clipper->cur->visible) && | 158 | (obj->is_smart || !obj->cur->clipper || obj->cur->clipper->cur->visible) && |
160 | ((obj->cur->cache.clip.a > 0 && obj->cur->render_op == EVAS_RENDER_BLEND) | 159 | ((obj->cur->cache.clip.a > 0 && obj->cur->render_op == EVAS_RENDER_BLEND) |
161 | || obj->cur->render_op != EVAS_RENDER_BLEND)) | 160 | || obj->cur->render_op != EVAS_RENDER_BLEND)) |