1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Merge pull request #357 from ErichStyger/dev-5.2

fixed name for lv_theme_get_night()
This commit is contained in:
Gabor Kiss-Vamosi 2018-08-13 10:37:25 +02:00 committed by GitHub
commit e9eeb767e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -630,7 +630,7 @@ lv_theme_t * lv_theme_night_init(uint16_t hue, lv_font_t * font)
* Get a pointer to the theme
* @return pointer to the theme
*/
lv_theme_t * lv_theme_get_deafult(void)
lv_theme_t * lv_theme_get_night(void)
{
return &theme;
}