From c40148150902845d2cc8177ef40f6b876d594f35 Mon Sep 17 00:00:00 2001 From: BrianPugh Date: Mon, 15 Apr 2019 21:55:22 -0700 Subject: [PATCH] lv_obj.h re-added missing #if LV_USE_OBJ_REALIGN in lv_obj_t --- src/lv_core/lv_obj.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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