yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=890f04008c882d75eb7dfd22f51a16d39510ce9d

commit 890f04008c882d75eb7dfd22f51a16d39510ce9d
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Thu Aug 27 11:15:41 2015 +0300

    Force reload context when applying theme
---
 src/bin/gui/editor.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/gui/editor.c b/src/bin/gui/editor.c
index df5dc2d..884c088 100644
--- a/src/bin/gui/editor.c
+++ b/src/bin/gui/editor.c
@@ -4913,6 +4913,8 @@ _theme_selector_hover_selected_cb(void *data EINA_UNUSED, 
Eo *obj, const Eo_Even
    _factory_theme_apply(theme);
 
    elm_theme_free(theme);
+   _editor_layout_clear(ctx);
+   _editor_ctx_call(ctx);
    return EO_CALLBACK_CONTINUE;
 }
 

-- 


Reply via email to