lv_obj_set_x, lv_obj_set_y don't emit LV_EVENT_SIZE_CHANGED.#4466 incityopened this issueAug 18, 2023· 1 comment The document says so, but in reality, it's not: LV_EVENT_SIZE_CHANGED, /**< Object coordinates/size have changed*/ ...
if((res_w == LV_RES_OK && v_w.num != w) || res_w == LV_RES_INV) { lv_obj_set_style_width(obj, w, 0); } lv_obj_refr_size(obj); } void lv_obj_set_height(lv_obj_t * obj, lv_coord_t h) @@ -266,8 +260,6 @@ void lv_obj_set_height(lv_obj_t * obj, lv...