mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(msgbox): return the footer in lv_msgbox_get_footer (#5804)
This commit is contained in:
parent
b54349953a
commit
8d453b5705
@ -235,7 +235,7 @@ lv_obj_t * lv_msgbox_get_footer(lv_obj_t * obj)
|
|||||||
{
|
{
|
||||||
LV_ASSERT_OBJ(obj, MY_CLASS);
|
LV_ASSERT_OBJ(obj, MY_CLASS);
|
||||||
lv_msgbox_t * mbox = (lv_msgbox_t *)obj;
|
lv_msgbox_t * mbox = (lv_msgbox_t *)obj;
|
||||||
return mbox->header;
|
return mbox->footer;
|
||||||
}
|
}
|
||||||
|
|
||||||
lv_obj_t * lv_msgbox_get_content(lv_obj_t * obj)
|
lv_obj_t * lv_msgbox_get_content(lv_obj_t * obj)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user