mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-26 17:55:55 +08:00
fix(msgbox) add declaration for lv_msgbox_content_class (#2761)
This commit is contained in:
@@ -45,8 +45,10 @@
|
||||
- Add support for RT-Thread RTOS
|
||||
- feat(disp): add utility functions/macros for dealing with non-fullscreen displays
|
||||
- fix(core): force the use of 32bit integers in the enumerations so that LVGL can be compiled on 16bit architectures
|
||||
- fix(msgbox) add declaration for lv_msgbox_content_class
|
||||
- fix(txt) skip basic arabic vowel characters when processing conjunction
|
||||
|
||||
|
||||
## v8.0.2 (16.07.2021)
|
||||
- fix(theme) improve button focus of keyboard
|
||||
- fix(tabview) send LV_EVENT_VALUE_CHANGED only once
|
||||
|
||||
@@ -44,7 +44,7 @@ typedef struct {
|
||||
} lv_msgbox_t;
|
||||
|
||||
extern const lv_obj_class_t lv_msgbox_class;
|
||||
|
||||
extern const lv_obj_class_t lv_msgbox_content_class;
|
||||
extern const lv_obj_class_t lv_msgbox_backdrop_class;
|
||||
|
||||
/**********************
|
||||
|
||||
Reference in New Issue
Block a user