Restore label style
This commit is contained in:
@@ -290,6 +290,7 @@ static void apply_theme_cb(lv_theme_t *theme, lv_obj_t *obj) {
|
|||||||
|| lv_obj_check_type(lv_obj_get_parent(obj), &lv_msgbox_header_class)
|
|| lv_obj_check_type(lv_obj_get_parent(obj), &lv_msgbox_header_class)
|
||||||
|| lv_obj_check_type(lv_obj_get_parent(obj), &lv_msgbox_content_class)))
|
|| lv_obj_check_type(lv_obj_get_parent(obj), &lv_msgbox_content_class)))
|
||||||
{
|
{
|
||||||
|
lv_obj_add_style(obj, &(styles.msgbox_label), 0);
|
||||||
return; /* Inherit styling from message box */
|
return; /* Inherit styling from message box */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user