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:43:14 +0000 (11:43 +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.

data/themes/edc/elm/naviframe.edc

index abb7a62b724baf889d35e5690c03d17dea240ed6..a632fbcecb7cfa453e78c93519a1b2cbefac4c4c 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";