Improve checkbox visibility (#1266)

This commit is contained in:
Riku Isokoski
2022-08-16 08:29:26 +03:00
committed by GitHub
parent 78fc1682da
commit ef6ed5d26e
3 changed files with 3 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ typedef void* lv_anim_user_data_t;
#define LV_USE_OUTLINE 0
/*1: enable pattern drawing on rectangles*/
#define LV_USE_PATTERN 0
#define LV_USE_PATTERN 1
/*1: enable value string drawing on rectangles*/
#define LV_USE_VALUE_STR 1