make user data and callback name more consistent (Fixes #1036)
This commit is contained in:
@@ -497,8 +497,8 @@ lv_theme_t * lv_theme_mono_init(uint16_t hue, lv_font_t * font)
|
||||
win_init();
|
||||
|
||||
#if LV_USE_GROUP
|
||||
theme.group.style_mod = style_mod;
|
||||
theme.group.style_mod_edit = style_mod_edit;
|
||||
theme.group.style_mod_cb = style_mod;
|
||||
theme.group.style_mod_edit_cb = style_mod_edit;
|
||||
#endif
|
||||
|
||||
return &theme;
|
||||
|
||||
Reference in New Issue
Block a user