elm_spinner: call _label_write for update text button label when theme is changed 67/182567/1 submit/tizen_4.0/20180628.053454
authorJeonghyun Yun <jh0506.yun@samsung.com>
Tue, 26 Jun 2018 07:19:53 +0000 (16:19 +0900)
committerJeonghyun Yun <jh0506.yun@samsung.com>
Tue, 26 Jun 2018 07:20:36 +0000 (16:20 +0900)
@tizen_feature

Change-Id: Ibfeba61df53c25bc395c1307c810f7f159a7aada
Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
src/lib/elm_spinner.c

index 400b49e..a163867 100644 (file)
@@ -1511,6 +1511,9 @@ _elm_spinner_elm_widget_theme_apply(Eo *obj, Elm_Spinner_Data *sd)
    if (_elm_config->access_mode)
      _access_spinner_register(obj, EINA_TRUE);
 
+   //TIZEN_ONLY(20180626): call _label_write for update text button label when theme is changed
+   _label_write(obj);
+   //
    elm_layout_sizing_eval(obj);
    return ELM_THEME_APPLY_SUCCESS;
 }