diff --git a/src/lv_core/lv_obj.h b/src/lv_core/lv_obj.h index 81768d336..6d43c865c 100644 --- a/src/lv_core/lv_obj.h +++ b/src/lv_core/lv_obj.h @@ -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