efl/src
Hosang Kim 0e2778f0ca efl_ui_layout: send theme signal when style is already updated.
Summary:
If you run below code, text is invisible.

```
efl_add(EFL_UI_BUTTON_CLASS, box,
        efl_ui_widget_style_set(efl_added, "anchor"),
        efl_text_set(efl_added, "anchor style"),
        efl_pack_end(box, efl_added));
```

But below code is working well.
```
efl_add(EFL_UI_BUTTON_CLASS, box,
        efl_text_set(efl_added, "anchor style"),
        efl_ui_widget_style_set(efl_added, "anchor"),
        efl_pack_end(box, efl_added));
```

Test Plan: run  efl_ui_theme_example_01

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11118
2020-01-23 09:34:37 -05:00
..
benchmarks benchmarks: increase timeout value for running elementary benchmarks 2019-12-18 09:15:51 +01:00
bin efl_ui_spotlight: rename Stack_Manager to Fade_Manager 2020-01-23 12:55:16 +09:00
bindings csharp: cleanup concrete class 2020-01-23 07:30:14 +09:00
edje_external
examples efl_ui_spotlight: rename Stack_Manager to Fade_Manager 2020-01-23 12:55:16 +09:00
generic emotion & evas: remove gstreamer 0.10 support 2019-12-04 12:21:25 -08:00
lib efl_ui_layout: send theme signal when style is already updated. 2020-01-23 09:34:37 -05:00
modules elm win + ecore evas - fix csd stuff like base size and min sizing 2020-01-18 00:14:58 +00:00
scripts scripts - eina - remove eina-bench-cmp as its disbaled from install 2020-01-06 16:36:31 +00:00
static_libs vector lottie: update shape layer order properly. 2019-12-31 15:04:08 +09:00
tests ecore_wl2: fix compilation 2020-01-23 11:16:31 +01:00
wayland_protocol