Home
last modified time | relevance | path

Searched refs:label_color (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/
Dlv_textarea.c1329 lv_color_t label_color = lv_obj_get_style_text_color(ta->label, 0); in draw_cursor() local
1333 if(cur_dsc.bg_opa > LV_OPA_MIN || cur_label_dsc.color.full != label_color.full) { in draw_cursor()