make user data and callback name more consistent (Fixes #1036)

This commit is contained in:
Gabor Kiss-Vamosi
2019-04-23 14:56:40 +02:00
parent abd081da30
commit 514e2baaca
16 changed files with 63 additions and 61 deletions

View File

@@ -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;