reenablea groups + remove overlay style properties

This commit is contained in:
Gabor Kiss-Vamosi
2020-01-21 15:56:03 +01:00
parent 3ec7ca2b37
commit da095828dc
9 changed files with 42 additions and 184 deletions

View File

@@ -252,7 +252,7 @@ typedef struct _lv_obj_t
lv_bidi_dir_t base_dir :2; /**< Base direction of texts related to this object */
#if LV_USE_GROUP != 0
uint8_t group_id :LV_GROUP_ID_MAX;
void * group_p;
#endif
uint8_t protect; /**< Automatically happening actions can be prevented.