1
0
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:
Gabor Kiss-Vamosi 2019-06-24 06:12:22 +02:00
parent d66ff20df5
commit 00008879b7

View File

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