naviframe: clip the shadow also.

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.
This commit is contained in:
Cedric Bail 2013-12-06 11:43:14 +09:00
parent 497d66272a
commit 7ace0215f6
1 changed files with 1 additions and 0 deletions

View 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";