mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 09:43:41 +08:00
fix(draw): make astyle happy
This commit is contained in:
parent
d12d331868
commit
29bb4504e6
@ -417,7 +417,7 @@ void lv_draw_label_iterate_characters(lv_draw_unit_t * draw_unit, const lv_draw_
|
||||
|
||||
/* Handle text selection */
|
||||
if(sel_start != LV_DRAW_LABEL_NO_TXT_SEL && sel_end != LV_DRAW_LABEL_NO_TXT_SEL
|
||||
&& logical_char_pos >= sel_start && logical_char_pos < sel_end) {
|
||||
&& logical_char_pos >= sel_start && logical_char_pos < sel_end) {
|
||||
draw_letter_dsc.color = dsc->sel_color;
|
||||
fill_dsc.color = dsc->sel_bg_color;
|
||||
cb(draw_unit, NULL, &fill_dsc, &bg_coords);
|
||||
|
Loading…
Reference in New Issue
Block a user