genlist: fix for a bug in tree expansion, T3132

Summary:
@fix T3132

If nobody sees issue with this change, this should be backported.

Signed-off-by: Godly T Alias <godly.talias@samsung.com>

Test Plan: elementary_test Genlist Tree, enable Tree effect

Reviewers: prince.dubey, SanghyeonLee, shilpasingh

Subscribers: govi, rajeshps

Maniphest Tasks: T3132

Differential Revision: https://phab.enlightenment.org/D3656

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Godly T Alias 2016-02-05 08:11:41 +01:00 committed by Cedric BAIL
parent cb8a5cb38c
commit 2c2704c7f8
1 changed files with 12 additions and 11 deletions

View File

@ -1710,14 +1710,6 @@ group { "elm/genlist/tree/tree_effect/default"; nomouse;
group { "group"; mouse;
source: "elm/genlist/tree/default/default";
desc { "default";
link.base: "elm,state,show";
}
desc { "hide";
// hid;
link.base: "elm,state,hide";
}
desc { "map_transition";
color: 50 50 50 255;
map {
perspective: "point";
on: 1;
@ -1726,18 +1718,27 @@ group { "elm/genlist/tree/tree_effect/default"; nomouse;
backface_cull: 1;
rotation {
center: "point";
x: -90;
x: 0;
y: 0;
z: 0;
}
}
link.base: "elm,state,show";
}
desc { "hide";
// hid;
link.base: "elm,state,hide";
}
desc { "map_transition";
inherit: "default";
color: 50 50 50 255;
map.rotation.x: -90;
link { base: "elm,action,flip_item";
after: "rot2";
}
}
desc { "map_rotate";
inherit: "map_transition";
map.rotation.x: 0;
inherit: "default";
link { base: "elm,state,contract_flip";
after: "rotb2";
}