Touch sound plays twice on IME selector 99/33699/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 31 Oct 2014 07:44:35 +0000 (16:44 +0900)
committerLi Zhang <li2012.zhang@samsung.com>
Wed, 14 Jan 2015 02:30:11 +0000 (10:30 +0800)
[model] Kiran
[binary_type] PDA
[customer] OPEN
[issue#] N/A
[problem] touch sound plays twice
[cause] doesn't use list style on Radio
[solution] set 'list' style on Radio widget
[team] Input Framework
[request] N/A
[horizontal_expansion] N/A

Change-Id: I703a1726052402e0fadd76019d13c0c90df71722

ism/extras/efl_panel/iseselector.cpp

index c58bc46..0fcc302 100644 (file)
@@ -92,6 +92,7 @@ gl_icon_get (void *data, Evas_Object *obj, const char *part)
 
     if (!strcmp (part, "elm.icon.right")) {
         Evas_Object *radio = elm_radio_add (obj);
+        elm_object_style_set (radio, "list");
         elm_radio_state_value_set (radio, index);
         if (_ise_selector_radio_grp == NULL) {
             _ise_selector_radio_grp = elm_radio_add (obj);