e scale dialog - set elm scale too to the same

This commit is contained in:
Carsten Haitzler 2014-05-28 18:40:29 +09:00
parent 9a85338d9c
commit e811fcd149
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ e_scale_update(void)
else if (e_scale < e_config->scale.min)
e_scale = e_config->scale.min;
}
elm_config_scale_set(e_scale);
elm_config_all_flush();
edje_scale_set(e_scale);
snprintf(buf, sizeof(buf), "%1.3f", e_scale);
e_util_env_set("E_SCALE", buf);