add LV_ANIM_ON/OFF

This commit is contained in:
Gabor Kiss-Vamosi
2019-06-11 13:51:14 +02:00
parent 56b9893854
commit a2c9c72186
20 changed files with 109 additions and 90 deletions

View File

@@ -1806,7 +1806,7 @@ const lv_style_t * lv_obj_get_style(const lv_obj_t * obj)
#if LV_USE_GROUP == 0
style_act = par->style_p;
#else
/*Is a parent is focused then use then focused style*/
/*If a parent is focused then use then focused style*/
lv_group_t * g = lv_obj_get_group(par);
if(lv_group_get_focused(g) == par) {
style_act = lv_group_mod_style(g, par->style_p);