fix(msgbox) add declaration for lv_msgbox_content_class (#2761)

This commit is contained in:
Jeff Kent
2021-11-05 11:37:59 +01:00
committed by GitHub
parent 5b548006ed
commit b189be67d2
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -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;
/**********************