rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=2ae314f0a68e4d683c41f8e719456208e7ca44bb

commit 2ae314f0a68e4d683c41f8e719456208e7ca44bb
Author: Mykyta Biliavskyi <[email protected]>
Date:   Thu Jul 28 16:26:59 2016 +0300

    Tizen theme: fix toolbar item text highlight.
---
 data/themes/tizen/widgets/toolbar.edc | 26 +++++++++-----------------
 1 file changed, 9 insertions(+), 17 deletions(-)

diff --git a/data/themes/tizen/widgets/toolbar.edc 
b/data/themes/tizen/widgets/toolbar.edc
index 81da986..d846c34 100644
--- a/data/themes/tizen/widgets/toolbar.edc
+++ b/data/themes/tizen/widgets/toolbar.edc
@@ -445,6 +445,7 @@ group { name: "elm/toolbar/item/tabs_horizontal";
          signal: "mouse,down,1";
          source: "event";
          action: STATE_SET "selected" 0.00;
+         target: "elm.text";
          target: "bg_solid";
       }
       program { name: "mouse_up";
@@ -456,16 +457,13 @@ group { name: "elm/toolbar/item/tabs_horizontal";
          signal: "elm,state,text,hidden";
          source: "elm";
          script {
-
-
-      new st[31];
-      new Float:vl;
-      get_state(PART:"elm.swallow.icon", st, 30, vl);
-      if (!strcmp(st, "visible")) {
-         set_state(PART:"elm.swallow.icon", "icononly", 0.0);
-      }
-      set_state(PART:"elm.text", "default", 0.0);
-                           }
+            new st[31];
+            new Float:vl;
+            get_state(PART:"elm.swallow.icon", st, 30, vl);
+            if (!strcmp(st, "visible")) {
+               set_state(PART:"elm.swallow.icon", "icononly", 0.0);
+            }
+         }
       }
       program { name: "selected";
          signal: "elm,state,selected";
@@ -481,13 +479,7 @@ group { name: "elm/toolbar/item/tabs_horizontal";
          target: "elm.text";
          target: "bg_solid";
       }
-      program { name: "text_show";
-         signal: "elm,state,text,visible";
-         source: "elm";
-         action: STATE_SET "default" 0.00;
-         target: "elm.text";
-      }
-      program { name: "icon_hide";
+     program { name: "icon_hide";
          signal: "elm,state,icon,hidden";
          source: "elm";
          action: STATE_SET "default" 0.00;

-- 


Reply via email to