diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_smart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index ea1130e3fd..969780a172 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c | |||
@@ -1964,6 +1964,7 @@ _emotion_object_evas_object_smart_clip_unset(Evas_Object *obj EINA_UNUSED, Emoti | |||
1964 | if (sd->crop.clipper) evas_object_clip_unset(sd->crop.clipper); | 1964 | if (sd->crop.clipper) evas_object_clip_unset(sd->crop.clipper); |
1965 | else evas_object_clip_unset(sd->obj); | 1965 | else evas_object_clip_unset(sd->obj); |
1966 | evas_object_clip_unset(sd->bg); | 1966 | evas_object_clip_unset(sd->bg); |
1967 | |||
1967 | } | 1968 | } |
1968 | 1969 | ||
1969 | #include "emotion_object.eo.c" | 1970 | #include "emotion_object.eo.c" |