From: Taehyub Kim Date: Wed, 12 Feb 2020 10:46:38 +0000 (+0900) Subject: circle_surface: changed the conformant style set routine to the theme set routine... X-Git-Tag: submit/tizen/20200213.221652^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F224711%2F2;p=platform%2Fcore%2Fuifw%2Fefl-ext.git circle_surface: changed the conformant style set routine to the theme set routine so that the conformant is not affected by child's style changes Change-Id: I9ae7e7d3e0fa1737ef8e4b3565d47cbf81c85db2 --- diff --git a/src/wearable/circle/efl_extension_circle_surface.c b/src/wearable/circle/efl_extension_circle_surface.c index 3215f33..3726868 100644 --- a/src/wearable/circle/efl_extension_circle_surface.c +++ b/src/wearable/circle/efl_extension_circle_surface.c @@ -816,7 +816,7 @@ eext_circle_surface_conformant_add(Evas_Object *conform) if (type && (!strcmp(type, "Elm_Conformant") || !strcmp(type, "elm_conformant"))) { - if (elm_object_style_set(conform, "circle")) + if (elm_layout_theme_set(conform, "conformant", "base", "circle")) { if (!edje_object_part_exists(elm_layout_edje_get(conform), "elm.swallow.circle")) {