mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
lv_ta: modify the order of values to be compatible with spinbox
This commit is contained in:
parent
d66ff20df5
commit
00008879b7
@ -91,8 +91,8 @@ typedef struct
|
||||
enum {
|
||||
LV_TA_STYLE_BG,
|
||||
LV_TA_STYLE_SB,
|
||||
LV_TA_STYLE_EDGE_FLASH,
|
||||
LV_TA_STYLE_CURSOR,
|
||||
LV_TA_STYLE_EDGE_FLASH,
|
||||
LV_TA_STYLE_PLACEHOLDER,
|
||||
};
|
||||
typedef uint8_t lv_ta_style_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user