aaargh! fix config init. broke scaling!

SVN revision: 52619
This commit is contained in:
Carsten Haitzler 2010-09-23 02:55:51 +00:00
parent 7255d69dc1
commit e80c09063a
1 changed files with 7 additions and 1 deletions

View File

@ -314,10 +314,15 @@ static void
_config_apply(void)
{
_elm_theme_parse(NULL, _elm_config->theme);
if (_elm_config->modules) _elm_module_parse(_elm_config->modules);
ecore_animator_frametime_set(1.0 / _elm_config->fps);
}
static void
_config_sub_apply(void)
{
edje_frametime_set(1.0 / _elm_config->fps);
edje_scale_set(_elm_config->scale);
if (_elm_config->modules) _elm_module_parse(_elm_config->modules);
}
static Elm_Config *
@ -698,6 +703,7 @@ _elm_config_sub_init(void)
}
#endif
}
_config_sub_apply();
}
void