1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Update lv_ta.c

This commit is contained in:
xennex22 2019-11-17 10:43:17 -08:00 committed by GitHub
parent 7256c7244d
commit 58eb4edb33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1623,7 +1623,6 @@ static void get_cursor_style(lv_obj_t * ta, lv_style_t * style_res)
style_res->body.padding.top = 0;
style_res->body.padding.bottom = 0;
style_res->line.width = 1;
style_res->body.opa = LV_OPA_COVER;
}
}