rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=ef76d5101d501cb23fa9d33532dc032792d29f49
commit ef76d5101d501cb23fa9d33532dc032792d29f49 Author: Mykyta Biliavskyi <[email protected]> Date: Thu May 26 14:03:23 2016 +0300 Tizen theme: fix warnings for button default style. --- data/themes/tizen/widgets/button.edc | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/themes/tizen/widgets/button.edc b/data/themes/tizen/widgets/button.edc index 7fc14b7..f84e350 100644 --- a/data/themes/tizen/widgets/button.edc +++ b/data/themes/tizen/widgets/button.edc @@ -334,9 +334,6 @@ group { name: "elm/button/base/default"; script { new st[31]; new Float:vl; - set_state(PART:"button_image", "visible", 0.0); - set_state(PART:"over2", "visible", 0.0); - set_state(PART:"disabler", "visible", 0.0); get_state(PART:"elm.text", st, 30, vl); if (!strcmp(st, "visible") || !strcmp(st, "disabled_visible")) set_state(PART:"elm.text", "visible", 0.0); --
