lv_obj.h re-added missing #if LV_USE_OBJ_REALIGN in lv_obj_t

This commit is contained in:
BrianPugh
2019-04-15 21:55:22 -07:00
committed by GitHub
parent 2c5b3fe223
commit c401481509

View File

@@ -223,7 +223,8 @@ typedef struct _lv_obj_t
lv_opa_t opa_scale; /*Scale down the opacity by this factor. Effects all children as well*/
lv_coord_t ext_draw_pad; /*EXTtend the size in every direction for drawing. */
#if LV_USE_OBJ_REALIGN
lv_reailgn_t realign;
#endif