summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorwoochan lee <wc0917.lee@samsung.com>2016-02-02 20:35:17 +0900
committerHermet Park <hermet@hermet.pe.kr>2016-02-02 20:38:14 +0900
commit3da09b9929d70f888bbf71bacb143f3bbefc1dac (patch)
treec833c28ac6e4a3364167f3ff09ad98e0f5451270 /data
parentef66bd86700476ba47c91bb2affb7398f9ba7f03 (diff)
downloadelementary-3da09b9929d70f888bbf71bacb143f3bbefc1dac.tar.gz
multibuttonentry: Add item unfocused callback.
Summary: Even MBE item lose focus, item state did not changed before. So i send a signal to make item state as default when item lose own focus. Signed-off By: Kumar Navneet <k.navneet@samsung.com> @fix Test Plan: Run MBE sample. Click any item. Click out of MBE area. See the item still got a highlight. Reviewers: Hermet, cedric Differential Revision: https://phab.enlightenment.org/D2994 Conflicts: data/themes/edc/elm/multibuttonentry.edc
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/multibuttonentry.edc8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/edc/elm/multibuttonentry.edc b/data/themes/edc/elm/multibuttonentry.edc
index 0cca89713..5568b4b63 100644
--- a/data/themes/edc/elm/multibuttonentry.edc
+++ b/data/themes/edc/elm/multibuttonentry.edc
@@ -121,6 +121,9 @@ group { name: "elm/multibuttonentry/btn/default";
color: 255 255 255 255;
visible: 1;
}
+ description { state: "unfocused" 0.0;
+ inherit: "default" 0.0;
+ }
}
part { name: "close"; mouse_events: 0;
description { state: "default" 0.0;
@@ -242,6 +245,11 @@ group { name: "elm/multibuttonentry/btn/default";
}
}
program {
+ signal: "elm,state,unfocused"; source: "elm";
+ action: STATE_SET "unfocused" 0.0;
+ target: "glow";
+ }
+ program {
signal: "mouse,down,1"; source: "base";
script {
if (get_int(disabled) == 0) {