naviframe: clip the shadow also.
authorCedric Bail <cedric.bail@samsung.com>
Fri, 6 Dec 2013 02:43:14 +0000 (11:43 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Fri, 6 Dec 2013 02:45:17 +0000 (11:45 +0900)
stable release - cherry-pick me!

During animation, if the naviframe wasn't inside another object that would clip
it, you could notice the shadow going over some object around.

legacy/elementary/data/themes/edc/elm/naviframe.edc

index abb7a62..a632fbc 100644 (file)
@@ -228,6 +228,7 @@ group { name: "elm/naviframe/item/basic/default";
          }
       }
       part { name: "shadow"; mouse_events: 0;
+         clip_to: "clip";
          description { state: "default" 0.0;
             image.normal: "shadow_vert.png";
             rel1.to: "top";