mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Correct style_tick_line in Mono theme to only be created if the Spinner is Enabled
This commit is contained in:
parent
c0d689b698
commit
a9f110da1e
@ -37,7 +37,6 @@ static lv_style_t style_btn;
|
||||
static lv_style_t style_round;
|
||||
static lv_style_t style_no_radius;
|
||||
static lv_style_t style_fg_color;
|
||||
static lv_style_t style_tick_line;
|
||||
static lv_style_t style_border_none;
|
||||
static lv_style_t style_big_line_space; /*In roller or dropdownlist*/
|
||||
static lv_style_t style_pad_none;
|
||||
@ -73,6 +72,10 @@ static lv_style_t style_gauge_needle, style_gauge_major;
|
||||
static lv_style_t style_sb;
|
||||
#endif
|
||||
|
||||
#if LV_USE_SPINNER
|
||||
static lv_style_t style_tick_line;
|
||||
#endif
|
||||
|
||||
#if LV_USE_TEXTAREA
|
||||
static lv_style_t style_ta_cursor;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user