rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=4a1d3f865d95a5d60aa9f58caa30789cf3924a0a

commit 4a1d3f865d95a5d60aa9f58caa30789cf3924a0a
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Jun 2 16:04:33 2016 +0300

    Tizen theme: show correct over icon for group navi
    
    Change-Id: I9cf0d629573130fb19ca59a66e21efa5fd473507
---
 data/themes/tizen/widgets/genlist.edc | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/data/themes/tizen/widgets/genlist.edc 
b/data/themes/tizen/widgets/genlist.edc
index 542d0fe..47690da 100644
--- a/data/themes/tizen/widgets/genlist.edc
+++ b/data/themes/tizen/widgets/genlist.edc
@@ -1443,30 +1443,42 @@ group { name: "elm/genlist/tree/part/default";
          source: "disclip";
          action: STATE_SET "over" 0.00;
          target: "bg1";
-         after: "over_icon";
-         target: "elm.swallow.end2";
       }
       program { name: "over_icon";
+         signal: "mouse,in";
+         source: "disclip";
          action: STATE_SET "hide" 0.0;
+         filter: "bg" "default" 0.0;
          target: "elm.swallow.end";
          target: "elm.swallow.end1";
+         after: "over_i";
+      }
+      program { name: "over_i";
+         action: STATE_SET "over" 0.00;
+         target: "elm.swallow.end2";
       }
       program { name: "over,out";
          signal: "mouse,out";
          source: "disclip";
          action: STATE_SET "default" 0.00;
          target: "bg1";
-         target: "elm.swallow.end";
-         after: "unover_icon";
       }
       program { name: "unover_icon";
+         signal: "mouse,out";
+         source: "disclip";
          action: STATE_SET "hide" 0.0;
+         filter: "bg" "default" 0.0;
          target: "elm.swallow.end1";
          target: "elm.swallow.end2";
+         after: "unover_i";
+      }
+      program { name: "unover_i";
+         action: STATE_SET "default" 0.00;
+         target: "elm.swallow.end";
       }
-
    }
 }
+
 group { name: "elm/genlist/item/state/default";
    data {
       item: "texts" "elm.text";

-- 


Reply via email to