cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=b7bdec74f753ffb6fc54328c6adf58401f562842

commit b7bdec74f753ffb6fc54328c6adf58401f562842
Author: Godly T Alias <godlytal...@yahoo.co.in>
Date:   Fri Feb 5 08:11:41 2016 +0100

    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.tal...@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 <ced...@osg.samsung.com>
---
 data/themes/edc/elm/genlist.edc | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/data/themes/edc/elm/genlist.edc b/data/themes/edc/elm/genlist.edc
index 9bd63f7..3eab7ff 100644
--- a/data/themes/edc/elm/genlist.edc
+++ b/data/themes/edc/elm/genlist.edc
@@ -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";
             }

-- 


Reply via email to