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
This commit is contained in:
Sungtaek Hong 2017-11-07 21:08:40 +09:00 committed by Jean-Philippe Andre
parent 12fa8caec5
commit 439fbe4bcb
1 changed files with 0 additions and 2 deletions

View File

@ -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