[access][config] support runtime enable more properly

This commit is contained in:
Shinwoo Kim 2013-04-08 17:35:25 +09:00
parent 620dee054b
commit 5af51eee5f
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ _prop_config_get(void)
_elm_config_font_overlay_apply();
_elm_rescale();
_elm_recache();
_elm_win_access(_elm_config->access_mode);
ecore_event_add(ELM_EVENT_CONFIG_ALL_CHANGED, NULL, NULL, NULL);
return EINA_TRUE;
}