raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=695a0e59cb525350e9d295e6d93c325dddc9e8a1

commit 695a0e59cb525350e9d295e6d93c325dddc9e8a1
Author: Youngbok Shin <youngb.s...@samsung.com>
Date:   Thu Mar 19 18:04:58 2015 +0900

    config: Reinitialize font config using evas_font_reinit() API.
    
    Summary:
    Call evas_font_reinit() API before applying font overlays when config is 
fully reloaded.
    Application could modify or add font config "*.conf" files.
    And It should affects all of other running EFL application.
    So, put evas_font_reinit() API to be called when x win property is changed.
    @feature
    
    Reviewers: cedric, raster, tasn, woohyun
    
    Differential Revision: https://phab.enlightenment.org/D2113
---
 src/lib/elm_config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c
index 46b9f7a..43a4466 100644
--- a/src/lib/elm_config.c
+++ b/src/lib/elm_config.c
@@ -218,6 +218,7 @@ _prop_config_get(void)
    _env_get();
    _config_apply();
    _config_sub_apply();
+   evas_font_reinit();
    _elm_config_font_overlay_apply();
    _elm_config_color_overlay_apply();
    _elm_rescale();

-- 


Reply via email to