mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-26 10:47:13 +08:00
lv_ta: modify the order of values to be compatible with spinbox
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user