Restore label style
This commit is contained in:
parent
57bd661504
commit
586b0eec7a
1 changed files with 1 additions and 0 deletions
|
|
@ -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_content_class)))
|
||||
{
|
||||
lv_obj_add_style(obj, &(styles.msgbox_label), 0);
|
||||
return; /* Inherit styling from message box */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue