jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=439fbe4bcb4c34ff7dabd802bd4e139b57f6dd50

commit 439fbe4bcb4c34ff7dabd802bd4e139b57f6dd50
Author: Sungtaek Hong <[email protected]>
Date:   Tue Nov 7 21:08:40 2017 +0900

    efl_ui_radio: keep radio state when theme is changed
    
    Summary:
    during elm_widget_theme_apply() state was set to off when state is on.
    @fix
    
    Test Plan: change locale/theme when a radio is on.
    
    Reviewers: jpeg, cedric, woohyun
    
    Differential Revision: https://phab.enlightenment.org/D5432
---
 src/lib/elementary/efl_ui_radio.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elementary/efl_ui_radio.c 
b/src/lib/elementary/efl_ui_radio.c
index 3281fecaa9..c6ef4f0904 100644
--- a/src/lib/elementary/efl_ui_radio.c
+++ b/src/lib/elementary/efl_ui_radio.c
@@ -157,8 +157,6 @@ _efl_ui_radio_elm_widget_theme_apply(Eo *obj, 
Efl_Ui_Radio_Data *sd)
    if (sd->state) elm_layout_signal_emit(obj, "elm,state,radio,on", "elm");
    else elm_layout_signal_emit(obj, "elm,state,radio,off", "elm");
 
-   if (sd->state) _state_set(obj, EINA_FALSE, EINA_FALSE);
-
    edje_object_message_signal_process(wd->resize_obj);
 
    /* FIXME: replicated from elm_layout just because radio's icon

-- 


Reply via email to